Commit f2ddeeae authored by Pieter Noordhuis's avatar Pieter Noordhuis
Browse files

Merge pull request #101 from ErikDubbelboer/spelling

Fixed typo in README
parents 63e34f5f bd250107
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment