summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Gregorio <joe@bitworking.org>2014-02-06 11:04:16 -0500
committerJoe Gregorio <joe@bitworking.org>2014-02-06 11:04:16 -0500
commit1c31470b54162320ba2628fc45ff9dd9f9738df1 (patch)
tree68e4007eabe6330173862e313fdc40a8c10a7102
parent5277a0e650abc6d9640fedc300f7c58007edb050 (diff)
downloadhttplib2-1c31470b54162320ba2628fc45ff9dd9f9738df1.tar.gz
Update README.md
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index bfd3522..4731833 100644
--- a/README.md
+++ b/README.md
@@ -98,3 +98,7 @@ this example the second request adds the Cache-Control:
header with a value of 'no-cache' which tells the library
that the cached copy must not be used when handling this request.
+More example usage can be found at:
+
+ * https://github.com/jcgregorio/httplib2/wiki/Examples
+ * https://github.com/jcgregorio/httplib2/wiki/Examples-Python3