소스 검색

Merge pull request #954 from ddysher/master

Fix Typo in api.md.
Yicheng Qin 11 년 전
부모
커밋
fa156aaf53
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Documentation/api.md

+ 1 - 1
Documentation/api.md

@@ -383,7 +383,7 @@ curl -L http://127.0.0.1:4001/v2/keys/dir -XPUT -d ttl=30 -d dir=true
         "createdIndex": 17,
         "dir": true,
         "expiration": "2013-12-11T10:37:33.689275857-08:00",
-        "key": "/newdir",
+        "key": "/dir",
         "modifiedIndex": 17,
         "ttl": 30
     }