From 5f34949a0e770a890eeb8c468be217b1f8ce1835 Mon Sep 17 00:00:00 2001 From: Edgar Gonzalez Date: Wed, 3 Jul 2013 15:52:12 -0400 Subject: [PATCH] Fix adapters links in readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8fcb7f8..6400bea 100644 --- a/README.md +++ b/README.md @@ -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: