From f515ef72d0b2365f1cafb26c99b50e973af69b73 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 12 Sep 2016 09:12:07 +0200 Subject: [PATCH] README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 67905958..44df06f9 100644 --- a/README.rst +++ b/README.rst @@ -414,7 +414,7 @@ both of which can be overwritten: You can use ``--json, -j`` to explicitly set ``Accept`` to ``application/json`` regardless of whether you are sending data (it's a shortcut for setting the header via the usual header notation – -``http url Accept:application/json, */*``). Additionally, +``http url Accept:'application/json, */*'``). Additionally, HTTPie will try to detect JSON responses even when the ``Content-Type`` is incorrectly ``text/plain`` or unknown.