Skip to content

Commit

Permalink
Fix adapters links in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
edgar committed Jul 3, 2013
1 parent 57b889c commit 5f34949
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -39,10 +39,10 @@ For more information about the data returned by every method please check the sp
Because citibikenyc gem is based on [Faraday](https://github.com/lostisland/faraday), it supports the following adapters:

* Net::HTTP (default)
* [Excon][https://github.com/geemus/excon]
* [Typhoeus][https://github.com/typhoeus/typhoeus]
* [Patron][http://toland.github.com/patron/]
* [EventMachine][https://github.com/igrigorik/em-http-request]
* [Excon](https://github.com/geemus/excon)
* [Typhoeus](https://github.com/typhoeus/typhoeus)
* [Patron](http://toland.github.com/patron/)
* [EventMachine](https://github.com/igrigorik/em-http-request)

Beside the adapter, you can change the following properties:

Expand Down

0 comments on commit 5f34949

Please sign in to comment.