We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2c15e1 commit 488d5c0Copy full SHA for 488d5c0
README.md
@@ -7,7 +7,7 @@ Use the same `fetch()` API browsers provide for HTTP, but for IPFS
7
## Example
8
9
```javascript
10
-const IPFS = require('ipfs')
+const IPFS = require('ipfs-core')
11
const makeIpfsFetch = require('ipfs-fetch')
12
13
const ipfs = await IPFS.create()
0 commit comments