From 5eff18f1fdc5b5d00d2dcb369bc45dd65d512291 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Sat, 30 Jun 2012 12:45:37 -1000 Subject: [PATCH] add link to requests --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6ba1de..5a0cc29 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ doesn't have nearly as many features. ##Known Issues * Only works with the first HTTP request made in each use_cassette block. That's because I haven't gotten around to implementing multiple requests yet. This means anything that does a 301 / 302 won't work. - * Probably only works with urllib2. Hey, doesn't `requests` use urllib2? Maybe that works too then. + * Probably only works with urllib2. Hey, doesn't [requests](http://docs.python-requests.org/en/latest/index.html) use urllib2? Maybe that works too then. ##Similar libraries in Python Neither of these really implement the API I want, but I have cribbed some code