From 0cdfb9e42be2762d15a98633d9ee83bc7566b3f9 Mon Sep 17 00:00:00 2001 From: John Sheehan Date: Mon, 22 Dec 2014 15:34:45 -0800 Subject: [PATCH] readme update --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index aa4f360..8e4f4b6 100644 --- a/README.md +++ b/README.md @@ -46,8 +46,8 @@ Freely hosted in [HTTP](http://httpbin.org), [HTTPS](https://httpbin.org) & [EU] ## DESCRIPTION -Testing an HTTP Library can become difficult sometimes. [PostBin.org](http://postbin.org) is fantastic -for testing POST requests, but not much else. This exists to cover all kinds of HTTP +Testing an HTTP Library can become difficult sometimes. [RequestBin](http://requestb.in) is fantastic +for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios. Additional endpoints are being considered. All endpoint responses are JSON-encoded. @@ -136,10 +136,12 @@ $ gunicorn httpbin:app ## AUTHOR -A [Kenneth Reitz](http://kennethreitz.com/) -Project. +A [Runscope Community Project](https://www.runscope.com/community). +Originally created by [Kenneth Reitz](http://kennethreitz.com/). ## SEE ALSO + +