From e1196b22f35aee4caf6c2a81f3dde0e0406e0eb5 Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 2 Jul 2012 11:43:02 -1000 Subject: [PATCH] Try to get issues to link up in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87361a3..8b3745a 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ doesn't have nearly as many features. ##Known Issues * Probably only works with urllib2. * [requests](http://docs.python-requests.org/en/latest/index.html) kinda works as long as you just do HTTP GETS and don't get too fancy. - * Loading a HTTPS url and then a HTTP url in the same cassette will cause the second load to use the data from the HTTPS version of the URL ( Issue # 3) + * Loading a HTTPS url and then a HTTP url in the same cassette will cause the second load to use the data from the HTTPS version of the URL ( Issue #3 ) * Loading urls that do a 301/302 redirect don't work ( Issue #4 ) * I haven't tested PUT/DELETE requests