From 4409813b25400026d946089504c7acc166fc7817 Mon Sep 17 00:00:00 2001 From: haad Date: Tue, 1 Nov 2016 15:14:51 +0100 Subject: [PATCH] Fix typo --- examples/benchmark.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/benchmark.js b/examples/benchmark.js index c0fdc73..d6543ac 100644 --- a/examples/benchmark.js +++ b/examples/benchmark.js @@ -21,7 +21,7 @@ const queryLoop = (db) => { // Start let run = (() => { - IpfsDaemon({ IpfsDataDir: '/tmp/orbitd-b-benchmark' }) + IpfsDaemon({ IpfsDataDir: '/tmp/orbit-db-benchmark' }) .then((res) => { const orbit = new OrbitDB(res.ipfs, 'benchmark') const db = orbit.eventlog('orbit-db.benchmark')