Skip to content

Commit

Permalink
remove duplicate "take either"
Browse files Browse the repository at this point in the history
  • Loading branch information
bluesmoon committed Apr 23, 2012
1 parent a02e058 commit 4f172ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -84,7 +84,7 @@ The performance of `node_redis` improves dramatically with pipelining, which hap
### Sending Commands

Each Redis command is exposed as a function on the `client` object.
All functions take either take either an `args` Array plus optional `callback` Function or
All functions take either an `args` Array plus optional `callback` Function or
a variable number of individual arguments followed by an optional callback.
Here is an example of passing an array of arguments and a callback:

Expand Down

0 comments on commit 4f172ce

Please sign in to comment.