Skip to content
This repository was archived by the owner on Nov 27, 2023. It is now read-only.

Commit 11578ca

Browse files
committed
Fix HTTP method
1 parent d4d84c0 commit 11578ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ overwrite flag:
210210
curl http://localhost:3000/db/docstore -d "create=true" -d "type=docstore" -d "overwrite=true"
211211
```
212212

213-
### POST|PUT /db/:dbname/iterator
213+
### GET /db/:dbname/iterator
214214

215215
Gets items from an eventlog or feed database :dbname.
216216

0 commit comments

Comments
 (0)