From 3ce30a6906b1144fbb00ee98220eef0c2ec587cf Mon Sep 17 00:00:00 2001 From: antirez Date: Tue, 25 Jan 2011 10:25:05 +0100 Subject: [PATCH] README updated --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9ea1456f..1cbd5e5a 100644 --- a/README +++ b/README @@ -23,7 +23,7 @@ You can run a 32 bit Redis binary using: % make 32bit -After you build Redis is a good idea to test it, using: +After building Redis is a good idea to test it, using: % make test @@ -80,7 +80,7 @@ then in another terminal try the following: You can find the list of all the available commands here: - http://code.google.com/p/redis/wiki/CommandReference + http://redis.io/commands Enjoy!