Fixed : 404 exemple link in readme.md

This commit is contained in:
Alex Werner 2017-06-28 03:06:56 +02:00 committed by GitHub
parent fbc2e6c59a
commit 1ee248aee1

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
```