summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Riteau <priteau@gmail.com>2011-01-14 11:16:37 +0100
committerPierre Riteau <priteau@gmail.com>2011-01-14 11:17:39 +0100
commit7adfef1680a7e8d93c29c0c15977a95febdcf473 (patch)
tree0fd5911cec92d2ad12080b7e06354f3be184559e
parent4def8569b8728e4a76ce60d693f06b04cd471155 (diff)
Correct the description of the pipeline example
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index e39ff0c..d908da0 100644
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ the latter means an error occurred while reading a reply. Just as with the other
the `err` field in the context can be used to find out what the cause of this error is.
The following examples shows a simple pipeline (resulting in only a single call to `write(2)` and
-a single call to `write(2)`):
+a single call to `read(2)`):
redisReply *reply;
redisAppendCommand(context,"SET foo bar");