From 1ee248aee18c3b556e8aab212479d2645bb889d7 Mon Sep 17 00:00:00 2001 From: Alex Werner Date: Wed, 28 Jun 2017 03:06:56 +0200 Subject: [PATCH] Fixed : 404 exemple link in readme.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d6288a..0182dfd 100644 --- a/README.md +++ b/README.md @@ -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 ```