diff options
author | antirez <antirez@gmail.com> | 2015-02-13 14:55:53 +0100 |
---|---|---|
committer | antirez <antirez@gmail.com> | 2015-02-13 14:55:53 +0100 |
commit | 097b3079b4be704879505a51189a7e7f7028457d (patch) | |
tree | aa6bcf06dc3721e1ac4ffea48cb6ef4e270c2272 /README.md | |
parent | cac9a900cb7e44b73d5d212309472b26c2a23765 (diff) | |
download | redis-097b3079b4be704879505a51189a7e7f7028457d.tar.gz |
Fix README minor grammar issues.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -NOte: This README is just a fast "quick start" document. You can find more detailed documentation at http://redis.io +This README is just a fast "quick start" document. You can find more detailed documentation at http://redis.io. Building Redis -------------- |