Skip to content

Commit

Permalink
docs(readme): fix typo (#1489)
Browse files Browse the repository at this point in the history
  • Loading branch information
rieg-ec committed Jan 27, 2022
1 parent ba23fd2 commit 4ce2ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -423,7 +423,7 @@ node-fetch comes with a spec-compliant [FormData] implementations for posting
multipart/form-data payloads

```js
import fetch {FormData, File, fileFrom} from 'node-fetch'
import fetch, { FormData, File, fileFrom } from 'node-fetch'

const httpbin = 'https://httpbin.org/post'
const formData = new FormData()
Expand Down

0 comments on commit 4ce2ce5

Please sign in to comment.