Explorar el Código

Adding missing comma to api.md

Invalid json example
jurmous hace 11 años
padre
commit
dead5e0eef
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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",