Skip to content
This repository has been archived by the owner on Feb 12, 2024. It is now read-only.

Commit

Permalink
docs(example): fix minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tpae authored and dignifiedquire committed Mar 19, 2017
1 parent 044162a commit 7f587ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/browser-script-tag/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
// Create an IPFS node
const node = new Ipfs({
init: false,
start: false
start: false,
repo: repoPath
})

Expand All @@ -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
}))
})
}
</script>
</head>
Expand Down

0 comments on commit 7f587ee

Please sign in to comment.