From 1432cc4f177acaaabc0232df34f744d4d1f256c1 Mon Sep 17 00:00:00 2001 From: haad Date: Thu, 7 Jul 2016 16:27:53 +0200 Subject: [PATCH] Change .connect() to connect to a instead of IPFS hash. --- README.md | 12 ++++----- src/OrbitDB.js | 56 +++--------------------------------------- test/client.test.js | 3 +-- test/counterdb.test.js | 2 +- 4 files changed, 12 insertions(+), 61 deletions(-) diff --git a/README.md b/README.md index b131df2..3172b49 100644 --- a/README.md +++ b/README.md @@ -37,17 +37,17 @@ npm install Key-Value store [example](https://github.com/haadcode/orbit-db/blob/master/examples/keyvalue.js): ``` -node examples/keyvalue.js +node examples/keyvalue.js ``` Event log [example](https://github.com/haadcode/orbit-db/blob/master/examples/eventlog.js) (run several in separate shells): ``` -node examples/eventlog.js +node examples/eventlog.js ``` Benchmark writes: ``` -node examples/benchmark.js ; +node examples/benchmark.js ; ``` @@ -69,7 +69,7 @@ Then open `examples/browser.html`. See the full example [here](https://github.co