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.