Skip to content

Commit 096baa4

Browse files
authored
docs: fix typo in README
1 parent 7928c1e commit 096baa4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ npm install --save ipfsd-ctl
4444
const IPFSFactory = require('ipfsd-ctl')
4545
const f = IPFSFactory.create()
4646

47-
const ipfs = await f.spawn()
47+
const ipfsd = await f.spawn()
4848
const id = await ipfsd.api.id()
4949

5050
console.log(id)

0 commit comments

Comments
 (0)