From 54e3e5bca4335723739ef82dafa88a71a6141bdb Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Tue, 17 Jul 2012 01:55:12 +0200 Subject: [PATCH] README fixes. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 3bdfb780..182f0876 100644 --- a/README.rst +++ b/README.rst @@ -101,7 +101,7 @@ A whole request body can be passed in via **``stdin``** instead, in which case i # Or: http POST example.com/person/1 X-API-Token:123 < person.json -That can be used for **piping services together**. The following example ``GET``s JSON data from the Github API and ``POST``s it to httpbin.org:: +That can be used for **piping services together**. The following example ``GET``-s JSON data from the Github API and ``POST``-s it to httpbin.org:: http -b GET https://api.github.com/repos/jkbr/httpie | http POST httpbin.org/post