Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed May 11, 2022
1 parent a428b02 commit 78eff16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can now either import or require the dependency:

```js
// ESM
import fetch from `node-fetch-native`
import fetch from 'node-fetch-native'

// CommonJS
const fetch = require('node-fetch-native')
Expand All @@ -53,7 +53,7 @@ Other exports:

```js
// ESM
import { fetch, Blob, FormData, Headers, Request, Response } from `node-fetch-native`
import { fetch, Blob, FormData, Headers, Request, Response } from 'node-fetch-native'

// CommonJS
const { fetch, Blob, FormData, Headers, Request, Response } = require('node-fetch-native')
Expand Down

0 comments on commit 78eff16

Please sign in to comment.