From 7fe27a4178ce560c2b5391493d9e3003259c7919 Mon Sep 17 00:00:00 2001 From: Simon Zimmermann Date: Fri, 6 May 2011 12:56:10 +0200 Subject: [PATCH] update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 840b8f3..7617bd1 100644 --- a/readme.md +++ b/readme.md @@ -20,7 +20,7 @@ Without args redoc will display all Redis commands. Arguments: -* `command` display either a given command. `redoc set` would display the command SET. +* `command` display a given command. `redoc set` would display the command SET. * `[@]group` display all commands in a group. The optional @ is so to resolve name conflicts. `redoc @set` would display all set commands, and not the SET command. * `-lc` list available Redis commands.