From e491c16afada572c278a97d21cdf8b7e5e197a94 Mon Sep 17 00:00:00 2001 From: Deyuan Deng Date: Sun, 24 Aug 2014 10:42:47 -0400 Subject: [PATCH] Fix Typo in api.md. --- Documentation/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/api.md b/Documentation/api.md index 3289a3db7..c928ebf22 100644 --- a/Documentation/api.md +++ b/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 }