Merge pull request #223 from Alex-Werner/patch-1

Fixed : 404 exemple link in readme.md
This commit is contained in:
Haad 2017-08-19 09:07:55 +02:00 committed by GitHub
commit 8518e6a082

View File

@ -111,7 +111,7 @@ LOG=debug node examples/eventlog.js
**Key-Value**
Check the code in [examples/keyvalue.js](https://github.com/orbitdb/orbit-db/blob/master/examples/keystore.js) and run it with:
Check the code in [examples/keyvalue.js](https://github.com/orbitdb/orbit-db/blob/master/examples/keyvalue.js) and run it with:
```
LOG=debug node examples/keyvalue.js
```