diff --git a/README.md b/README.md index 4eeaf85..65f15e7 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Freely hosted in [HTTP](http://httpbin.org/) & - [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth/user/passwd) Challenges HTTPBasic Auth. - [`/hidden-basic-auth/:user/:passwd`](http://httpbin.org/hidden-basic-auth/user/passwd) 404'd BasicAuth. - [`/digest-auth/:qop/:user/:passwd`](http://httpbin.org/digest-auth/auth/user/passwd) Challenges HTTP Digest Auth. -- [`/stream/:n>`](http://httpbin.org/stream/100) Streams *n* lines. +- [`/stream/:n`](http://httpbin.org/stream/100) Streams *n* lines. ## DESCRIPTION diff --git a/httpbin/templates/httpbin.1.html b/httpbin/templates/httpbin.1.html index 58a6871..9c72bca 100644 --- a/httpbin/templates/httpbin.1.html +++ b/httpbin/templates/httpbin.1.html @@ -25,7 +25,7 @@
  • /basic-auth/:user/:passwd Challenges HTTPBasic Auth.
  • /hidden-basic-auth/:user/:passwd 404'd BasicAuth.
  • /digest-auth/:qop/:user/:passwd Challenges HTTP Digest Auth.
  • -
  • /stream/:n> Streams n lines.
  • +
  • /stream/:n Streams n lines.