Skip to content

Commit

Permalink
Fixed RST formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Jul 24, 2012
1 parent 76ebe7c commit 9391c89
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -132,7 +132,7 @@ the ``&`` characters::

http GET example.com/ search==donuts in==fridge

Will ``GET` the URL ``http://example.com/?search=donuts&in=fridge``.
Will ``GET`` the URL ``http://example.com/?search=donuts&in=fridge``.

A whole request body can be passed in via **``stdin``** instead, in which
case it will be used with no further processing::
Expand Down Expand Up @@ -330,7 +330,7 @@ Changelog
* Short option for ``--headers`` is now ``-h`` (``-t`` has been removed,
for usage use ``--help``).
* Form data and URL params can now have mutiple fields with the same name
(e.g.,``http -f url a=1 a=2``).
(e.g.,``http -f url a=1 a=2``).
* Added ``--check-status`` to exit with an error for HTTP 3xx, 4xx and
5xx (3, 4, 5).
* If the output is piped to another program or redirected to a file,
Expand Down

0 comments on commit 9391c89

Please sign in to comment.