From 70f44227299c23f63c64e73a922167ccfa7ac5c3 Mon Sep 17 00:00:00 2001 From: thosakwe Date: Wed, 1 Mar 2017 22:37:51 -0500 Subject: [PATCH] README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f79781c4..a78aaaf3 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # angel_proxy [![version 1.0.0](https://img.shields.io/badge/version-1.0.0-brightgreen.svg)](https://pub.dartlang.org/packages/angel_proxy) -[![build status](https://travis-ci.org/angel-dart/proxy.svg?branch=master)](https://travis-ci.org/angel-dart/proxy)) +[![build status](https://travis-ci.org/angel-dart/proxy.svg?branch=master)](https://travis-ci.org/angel-dart/proxy) Angel middleware to forward requests to another server (i.e. pub serve). Based on [this repo](https://github.com/agilord/http_request_proxy).