From d8298c355662c701727ae270897923bdbfa58aac Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Mon, 3 Jan 2011 22:04:02 +0100 Subject: [PATCH] Markdown fixes. --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index d5f38cd..2ec6eed 100644 --- a/README.markdown +++ b/README.markdown @@ -165,7 +165,6 @@ curl -v "http://127.0.0.1:7379/GET/hello.html?type=text/html" <html> ... </html> - **Content-Type in a separate key:** @@ -178,6 +177,7 @@ curl "http://127.0.0.1:7379/GET/hello.type" {"GET":"text/html"} curl -v "http://127.0.0.1:7379/GET/hello.html?typeKey=hello.type" +[...] < HTTP/1.1 200 OK < Content-Type: text/html < Date: Mon, 03 Jan 2011 20:56:43 GMT