diff --git a/README.md b/README.md index 777798f..795cc8d 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Freely hosted in [HTTP](http://httpbin.org) & - [`/delete`](http://hurl.it/hurls/6faafea5191f77172fca4cfe1505739230d5f769/bc255ffc69e04c2c8b968822c59544746bbb872c) Returns DELETE data - [`/gzip`](http://httpbin.org/gzip) Returns gzip-encoded data. - [`/status/:code`](http://httpbin.org/status/418) Returns given HTTP Status code. -- [/response-headers?key=val](http://httpbin.org/response-headers?Content-Type=text/plain;%20charset=UTF-8&Server=httpbin) eturns given response headers. +- [`/response-headers?key=val`](http://httpbin.org/response-headers?Content-Type=text/plain;%20charset=UTF-8&Server=httpbin) eturns given response headers. - [`/redirect/:n`](http://httpbin.org/redirect/6) 302 Redirects *n* times. - [`/relative-redirect/:n`](http://httpbin.org/relative-redirect/6) 302 Relative redirects *n* times. - [`/cookies`](http://httpbin.org/cookies) Returns cookie data. diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index af0dcac..d932a8c 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -16,7 +16,7 @@
  • /delete Returns DELETE data
  • /gzip Returns gzip-encoded data.
  • /status/:code Returns given HTTP Status code.
  • -
  • /response-headers?key=val eturns given response headers.
  • +
  • /response-headers?key=val eturns given response headers.
  • /redirect/:n 302 Redirects n times.
  • /relative-redirect/:n 302 Relative redirects n times.
  • /cookies Returns cookie data.