From fd44f1af93ce1d2c84f324b8474d2d075b5a7b13 Mon Sep 17 00:00:00 2001 From: Harkirat Singh Date: Wed, 10 Apr 2019 16:51:37 +0530 Subject: [PATCH] Updated Readme to fix a typo (#767) --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 87f0454352..a210d1ddae 100644 --- a/README.rst +++ b/README.rst @@ -1566,7 +1566,7 @@ Best practices -------------- The default behaviour of automatically reading ``stdin`` is typically not -desirable during non-interactive invocations. You most likely want +desirable during non-interactive invocations. You most likely want to use the ``--ignore-stdin`` option to disable it. It is a common gotcha that without this option HTTPie seemingly hangs.