From 34d07dee39c45151c482025cad28edf1e7c302c6 Mon Sep 17 00:00:00 2001 From: Harkirat Singh Date: Wed, 10 Apr 2019 16:13:38 +0530 Subject: [PATCH] Updated Readme to fix a typo --- 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.