summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPieter Noordhuis <pcnoordhuis@gmail.com>2012-07-11 08:49:48 -0700
committerPieter Noordhuis <pcnoordhuis@gmail.com>2012-07-11 08:49:48 -0700
commitf2ddeeae9553e7737f7fe371439f95cbd0fca292 (patch)
tree2452707cb52e50a294354cc4ef20264c1d431dc9 /README.md
parent63e34f5fe0ef2eaa39a6b9a8d43fcf9febab3190 (diff)
parentbd2501078e8957c97a23744464e965d2ea803353 (diff)
Merge pull request #101 from ErikDubbelboer/spelling
Fixed typo in README
Diffstat (limited to 'README.md')
-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