We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7928c1e commit 096baa4Copy full SHA for 096baa4
README.md
@@ -44,7 +44,7 @@ npm install --save ipfsd-ctl
44
const IPFSFactory = require('ipfsd-ctl')
45
const f = IPFSFactory.create()
46
47
-const ipfs = await f.spawn()
+const ipfsd = await f.spawn()
48
const id = await ipfsd.api.id()
49
50
console.log(id)
0 commit comments