diff --git a/examples/browser-script-tag/index.html b/examples/browser-script-tag/index.html index 76639158e8..5937e83143 100644 --- a/examples/browser-script-tag/index.html +++ b/examples/browser-script-tag/index.html @@ -9,7 +9,7 @@ // Create an IPFS node const node = new Ipfs({ init: false, - start: false + start: false, repo: repoPath }) @@ -29,7 +29,7 @@ // You can write more code here to use it. Use methods like // node.files.add, node.files.get. See the API docs here: // https://github.com/ipfs/interface-ipfs-core/tree/master/API - })) + }) }