From 6fac084ab8515862644caf043135473d3838cec1 Mon Sep 17 00:00:00 2001 From: Matt Ranney Date: Wed, 22 Sep 2010 10:28:25 -0700 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 712a1e4bd3..318fab3642 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Note that in either form the `callback` is optional: For a list of Redis commands, see [Redis Command Reference](http://code.google.com/p/redis/wiki/CommandReference) -The commands can be specified in uppercase or lowercase for convenience. `client.get()` is the same as `clieint.GET()`. +The commands can be specified in uppercase or lowercase for convenience. `client.get()` is the same as `client.GET()`. Minimal parsing is done on the replies. Commands that return a single line reply return JavaScript Strings, integer replies return JavaScript Numbers, "bulk" replies return node Buffers, and "multi bulk" replies return a