summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Dubbelboer <erik@dubbelboer.com>2012-04-07 15:07:40 +0200
committerErik Dubbelboer <erik@dubbelboer.com>2012-04-07 15:07:40 +0200
commitbd2501078e8957c97a23744464e965d2ea803353 (patch)
tree950835ea0b3f602fd9583e543193726a85f16432
parent857b2690afd8d9fbbb3472c948b74dd6cd6e8a95 (diff)
Fixed typo in README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index a58101c..f1f5566 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ convert it to the protocol used to communicate with Redis.
One or more spaces separates arguments, so you can use the specifiers
anywhere in an argument:
- reply = redisCommand("SET key:%s %s", myid, value);
+ reply = redisCommand(context, "SET key:%s %s", myid, value);
### Using replies