From 65a2fc70426aec7c99eb3b67bb20effd9df3150f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20Rozto=C4=8Dil?= Date: Sat, 25 Feb 2012 20:37:33 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3f9e8b64..164ff7d5 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ HTTPie is a CLI frontend for [python-requests](http://python-requests.org). httpie [flags] METHOD URL [header:value | data-field-name=value]* -The default request `Content-Type` in `application/json` and data fields are automatically serialized as a JSON `Object`, so this: +The default request `Content-Type` is `application/json` and data fields are automatically serialized as a JSON `Object`, so this: httpie PATCH api.example.com/person/1 X-API-Token:123 name=John