From d7fbc45f90dcf1fb4dd7950002f5640741308c2f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 13 Jun 2011 14:08:51 -0400 Subject: [PATCH] readme fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e624fa7..5285dab 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ httpbin(1): HTTP Client Testing Service - [`/redirect/:n`](http://httpbin.org/redirect/6) 302 Redirects *n* times. - [`/cookies`](http://httpbin.org/cookies) Returns cookie data. - [`/cookies/set/:name/:value`](http://httpbin.org/cookies/set/key/value) Sets a simple cookie. -- [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth) Challenges HTTPBasic Auth. +- [`/basic-auth/:user/:passwd`](http://httpbin.org/basic-auth/user/passwd) Challenges HTTPBasic Auth. ## DESCRIPTION