Skip to content

Commit

Permalink
Use ipfs-core in README
Browse files Browse the repository at this point in the history
  • Loading branch information
RangerMauve committed Aug 30, 2022
1 parent e2c15e1 commit 488d5c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Use the same `fetch()` API browsers provide for HTTP, but for IPFS
## Example

```javascript
const IPFS = require('ipfs')
const IPFS = require('ipfs-core')
const makeIpfsFetch = require('ipfs-fetch')

const ipfs = await IPFS.create()
Expand Down

0 comments on commit 488d5c0

Please sign in to comment.