From fb786ced80d5f8c8047c7d3eec0bb0f21a53c416 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Fri, 17 Sep 2010 11:28:39 -0700 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ae82e9aa8..7ad263940b 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ Used internally to send commands to Redis. For convenience, nearly all commands Wiki have been added to the `client` object. However, if I missed any, or if new commands are introduced before this library is updated, you can use `send_command()` to send arbitrary commands to Redis. -All commands are sent a multi-bulk commands. `args` can either be an Array of arguments, or individual arguments, +All commands are sent as multi-bulk commands. `args` can either be an Array of arguments, or individual arguments, or omitted completely. ## TODO