From 8d3f09497b0451a991715302726afb9538913464 Mon Sep 17 00:00:00 2001 From: David Oliver Date: Fri, 30 Jun 2017 14:54:49 +0200 Subject: [PATCH] Fix sentence on overriding default timeout in readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index abb701ec..08d65c95 100644 --- a/README.rst +++ b/README.rst @@ -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.