Skip to content

Commit

Permalink
Changelog, typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbrzt committed Aug 4, 2012
1 parent c7657e3 commit 747b87c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.rst
Expand Up @@ -224,7 +224,7 @@ respectively:
**The output is always streamed** unless ``--pretty`` is set or implied. You
can use ``--stream`` / ``-S`` to enable streaming even with ``--pretty``, in
which case every line of the output will processed and flushed as soon as it's
avaialbe (as opossed to buffering the whole response which wouldn't work for
available (as opposed to buffering the whole response which wouldn't work for
long-lived requests). You can test it with the Twitter streaming API:

.. code-block:: shell
Expand Down Expand Up @@ -346,7 +346,6 @@ Flags
information useful for debugging HTTPie itself.



Contribute
==========

Expand Down Expand Up @@ -401,6 +400,7 @@ Changelog
streaming also with ``--pretty`` and to ensure a more frequent output
flushing.
* Support for efficient large file downloads.
* Sort headers by name (unless ``--ugly``).
* Response body is fetched only when needed (e.g., not with ``--headers``).
* Improved content type matching.
* Updated Solarized color scheme.
Expand Down

0 comments on commit 747b87c

Please sign in to comment.