Commit 1b4072ce authored by Klaus Wölfel's avatar Klaus Wölfel

doc: fix typo

parent b067eb2b
......@@ -41,7 +41,7 @@ each method, please refer to the documentation):
```javascript
// create and store new document
jio_instance.put({"title": "some title"})
jio_instance.post({"title": "some title"})
.then(function (new_id) {
...
});
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment