From 4030dda01a5fd33cb2779e7c1d4b003ed7b506ac Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sun, 26 Dec 2010 16:17:35 +0100 Subject: [PATCH] markdown fixes. --- README.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/README.markdown b/README.markdown index d4ce20e..ca5dec5 100644 --- a/README.markdown +++ b/README.markdown @@ -42,6 +42,7 @@ curl -d "GET/hello" http://127.0.0.1:7379/ # Command format The URI `/COMMAND/arg0/arg1/.../argN` executes the command on Redis and returns the response to the client. GET and POST are supported: + * `GET /COMMAND/arg0/.../argN` * `POST /` with `COMMAND/arg0/.../argN` in the HTTP body.