Updated Readme to fix a typo (#767)

This commit is contained in:
Harkirat Singh 2019-04-10 16:51:37 +05:30 committed by Jakub Roztocil
parent b6309547d5
commit fd44f1af93

View File

@ -1566,7 +1566,7 @@ Best practices
-------------- --------------
The default behaviour of automatically reading ``stdin`` is typically not 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. use the ``--ignore-stdin`` option to disable it.
It is a common gotcha that without this option HTTPie seemingly hangs. It is a common gotcha that without this option HTTPie seemingly hangs.