From 2f7cee6c7f123929d126f663d80b0975aa4c5d6f Mon Sep 17 00:00:00 2001 From: Nicolas Favre-Felix Date: Sun, 26 Dec 2010 16:17:01 +0100 Subject: [PATCH] Typo --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index fe4f74d..d4ce20e 100644 --- a/README.markdown +++ b/README.markdown @@ -43,7 +43,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. +* `POST /` with `COMMAND/arg0/.../argN` in the HTTP body. # JSON output JSON is the default output format. Each command returns a JSON object with the command as a key and the result as a value.