Fix sentence on overriding default timeout in readme

This commit is contained in:
David Oliver 2017-06-30 14:54:49 +02:00 committed by GitHub
parent f1d4861fae
commit 8d3f09497b

View File

@ -1510,7 +1510,7 @@ expecting that the request body will be passed through.
And since there's no data nor ``EOF``, it will be stuck. So unless you're
piping some data to HTTPie, this flag should be used in scripts.
Also, it's might be good to override the default ``30`` second ``--timeout`` to
Also, it might be good to override the default ``30`` second ``--timeout`` to
something that suits you.