From 747b87c4e6bf79814c3256ff7d0f05601a1972b3 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sat, 4 Aug 2012 16:46:39 +0200 Subject: [PATCH] Changelog, typos --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index e2f2abd0..61908ea8 100644 --- a/README.rst +++ b/README.rst @@ -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 @@ -346,7 +346,6 @@ Flags information useful for debugging HTTPie itself. - Contribute ========== @@ -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.