Skip to content

Commit

Permalink
docs: remove reference to CJS require in README (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
SgtPooki authored Jan 3, 2023
1 parent 29e246b commit 072f698
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,6 @@ Aside from the default export, `kubo-rpc-client` exports various types and utili
These can be accessed like this, for example:

```js
const { CID } = require('kubo-rpc-client')
// ...or from an es-module:
import { CID } from 'kubo-rpc-client'
```

Expand Down

0 comments on commit 072f698

Please sign in to comment.