From 64875d39b0a28e6bde5d77a7acaa29eaf9f9d948 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=B9=E8=B6=85?= Date: Fri, 8 Nov 2013 11:36:10 +0800 Subject: [PATCH] Update README.md fixed mistake --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 183428ea9..faa870a35 100644 --- a/README.md +++ b/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}] ``` -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