Browse Source

Merge pull request #955 from jurmous/patch-1

Adding missing comma to api.md
Yicheng Qin 11 years ago
parent
commit
4a04a89cb4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Documentation/api.md

+ 1 - 1
Documentation/api.md

@@ -224,7 +224,7 @@ curl -L http://127.0.0.1:4001/v2/keys/foo -XPUT -d value=bar -d ttl= -d prevExis
         "key": "/foo",
         "modifiedIndex": 6,
         "value": "bar"
-    }
+    },
     "prevNode": {
         "createdIndex": 5,
         "expiration": "2013-12-04T12:01:21.874888581-08:00",