From 23842865e973f9aacd58fa935f1fec5c2069de11 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 13 Feb 2011 15:10:54 -0500 Subject: [PATCH] readme update --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 052bc1c..56e74f0 100644 --- a/README.rst +++ b/README.rst @@ -38,7 +38,7 @@ Let's do this. :: >>> r = request.Request() - >>> r.url = 'http://github.com' + >>> r.url = 'httep://someurl.com/' >>> r.add_header(('key', 'value')) >>> r.method = 'GET' @@ -51,6 +51,7 @@ Let's do this. :: 'headers': { 'key': 'value', }, + 'method': 'GET', 'response': { 'status_code': 200, 'headers': { -- 2.34.1