orbitdb-archive / orbit-db-http-api

A HTTP API Server for the OrbitDB distributed peer-to-peer database
MIT License
37 stars 11 forks source link

Example for Get /db/:dbname/all incorrectly formatted #8

Closed RichardLitt closed 5 years ago

RichardLitt commented 5 years ago

In the README, this section:

{"Key1":{"name":"Value1"},"Key2":{"name":"Value2"},"projects":"\{["orbitdb","ipfs"]}}

Is not valid JSON. What should be here, instead?

phillmac commented 5 years ago

Fixed in #10