From 85f93df191637def96285a10851ac00bc8da1c46 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 29 Oct 2011 14:53:53 -0400 Subject: [PATCH] -> --- README.md | 2 +- httpbin/templates/httpbin.1.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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.