From 75f1e02215029d72f4334bc347eab6bd79de9cc9 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 28 Sep 2020 12:55:39 +0200 Subject: [PATCH] README --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index cf9604bf..0712bb21 100644 --- a/README.rst +++ b/README.rst @@ -1450,8 +1450,8 @@ File uploads are always streamed to avoid memory issues with large files. Chunked transfer encoding ========================= -For any request, you can use the ``--chunked`` flag to instruct HTTPie to use - ``Transfer-Encoding: chunked``: +You can use the ``--chunked`` flag to instruct HTTPie to use +``Transfer-Encoding: chunked``: .. code-block:: bash