From bd2501078e8957c97a23744464e965d2ea803353 Mon Sep 17 00:00:00 2001 From: Erik Dubbelboer Date: Sat, 7 Apr 2012 15:07:40 +0200 Subject: [PATCH] Fixed typo in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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