README updated

This commit is contained in:
antirez
2011-01-25 10:25:05 +01:00
parent 65e79a8272
commit 3ce30a6906

4
README
View File

@ -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!