From d71b7eee813952555e04264ce3055cd51a9bc1ef Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 21 Dec 2020 12:12:02 +0100 Subject: [PATCH] Fix `--stream` example Close #1002 --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3222f0f4..d8f3862a 100644 --- a/README.rst +++ b/README.rst @@ -1721,7 +1721,7 @@ Prettified streamed response: .. code-block:: bash - $ http --stream -f -a YOUR-TWITTER-NAME https://stream.twitter.com/1/statuses/filter.json track='Justin Bieber' + $ http --stream httpbin.org/stream/3 Streamed output by small chunks à la ``tail -f``: