Browse Source

Merge pull request #296 from cloudaice/patch-1

Update README.md
Xiang Li 12 years ago
parent
commit
41695eb1c8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -277,7 +277,7 @@ We should see the response as an array of items
 [{"action":"GET","key":"/foo/foo","value":"barbar","index":10},{"action":"GET","key":"/foo/foo_dir","dir":true,"index":10}]
 [{"action":"GET","key":"/foo/foo","value":"barbar","index":10},{"action":"GET","key":"/foo/foo_dir","dir":true,"index":10}]
 ```
 ```
 
 
-which meas `foo=barbar` is a key-value pair under `/foo` and `foo_dir` is a directory.
+which means `foo=barbar` is a key-value pair under `/foo` and `foo_dir` is a directory.
 
 
 ## Advanced Usage
 ## Advanced Usage