Skip to content

Commit 488d5c0

Browse files
committed
Use ipfs-core in README
1 parent e2c15e1 commit 488d5c0

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
@@ -7,7 +7,7 @@ Use the same `fetch()` API browsers provide for HTTP, but for IPFS
77
## Example
88

99
```javascript
10-
const IPFS = require('ipfs')
10+
const IPFS = require('ipfs-core')
1111
const makeIpfsFetch = require('ipfs-fetch')
1212

1313
const ipfs = await IPFS.create()

0 commit comments

Comments
 (0)