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).