From 2c12fd99f9d4f60220a2a022345be317762cadbc Mon Sep 17 00:00:00 2001 From: Nathan LaFreniere Date: Wed, 9 Oct 2013 11:36:01 -0700 Subject: [PATCH] tweak readme more --- README.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index b3d003eb..b7f026e2 100644 --- a/README.rst +++ b/README.rst @@ -235,7 +235,8 @@ If the port is omitted, then port 80 is assumed. .. code-block:: http - GET http://localhost/foo + GET /foo + Host: localhost .. code-block:: bash @@ -243,7 +244,8 @@ If the port is omitted, then port 80 is assumed. .. code-block:: http - GET http://localhost:3000/bar + GET /bar + Host: localhost:3000 If find yourself manually constructing URLs with **querystring parameters** on the terminal, you may appreciate the ``param==value`` syntax for appending