Skip to content

Commit

Permalink
fix travis badge
Browse files Browse the repository at this point in the history
  • Loading branch information
camshaft committed May 9, 2014
1 parent 58c2e50 commit 510539b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
@@ -1,4 +1,4 @@
simple-http-proxy [![Build Status](https://travis-ci.org/flokk/simple-http-proxy.png?branch=master)](https://travis-ci.org/flokk/simple-http-proxy)
simple-http-proxy [![Build Status](https://travis-ci.org/simple-app/simple-http-proxy.png?branch=master)](https://travis-ci.org/simple-app/simple-http-proxy)
=================

Simple proxy middleware for connect/express
Expand Down Expand Up @@ -34,7 +34,7 @@ $ curl http://localhost:5000/api

You can also specify some options as a second parameter

```
```js
app.use('/api', proxy('http://my.other.host.com/path-to-proxy', opts));
```

Expand Down

0 comments on commit 510539b

Please sign in to comment.