From e83e601f7c7dc780e6e6ada865f0c4ad304a5204 Mon Sep 17 00:00:00 2001 From: Jakub Roztocil Date: Sun, 4 Mar 2012 16:39:57 +0100 Subject: [PATCH] Added a link to contributors on GitHub to README. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index fc9523f8..0dad5a07 100644 --- a/README.md +++ b/README.md @@ -102,6 +102,12 @@ Most of the flags mirror the arguments you would use with `requests.request`. Se --timeout TIMEOUT Float describes the timeout of the request (Use socket.setdefaulttimeout() as fallback). + +### Contributors + +[View contributors on GitHub](https://github.com/jkbr/httpie/contributors). + + ### Changelog * [0.1.6](https://github.com/jkbr/httpie/compare/0.1.4...0.1.6) (2012-03-04)