From 899513858a317208ed4022a7937b1e842856cb48 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Mon, 27 Feb 2012 11:57:10 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 27c10bba..6c044376 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ ## HTTPie: cURL for humans -HTTPie is a CLI frontend for [python-requests](http://python-requests.org) build out of frustration from using `curl`. It provides an `http` command that can be used to easily issue HTTP requests. It is meant to be used by humans to interact with HTTP-based APIs and web servers. The response headers are colorized and the body is syntax-highlighed if its `Content-Type` is known to [Pygments](http://pygments.org/) (unless the output is redirected). +HTTPie is a CLI frontend for [python-requests](http://python-requests.org) built out of frustration. It provides an `http` command that can be used to easily issue HTTP requests. It is meant to be used by humans to interact with HTTP-based APIs and web servers. The response headers are colorized and the body is syntax-highlighed if its `Content-Type` is known to [Pygments](http://pygments.org/) (unless the output is redirected). ![httpie](https://github.com/jkbr/httpie/raw/master/httpie.png)