Skip to content

Commit

Permalink
chore(readme): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rieg-ec committed Jan 27, 2022
1 parent ba23fd2 commit c3bbd07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 Expand Up @@ -868,4 +868,4 @@ Thanks to [github/fetch](https://github.com/github/fetch) for providing a solid
[error-handling.md]: https://github.com/node-fetch/node-fetch/blob/master/docs/ERROR-HANDLING.md
[FormData]: https://developer.mozilla.org/en-US/docs/Web/API/FormData
[Blob]: https://developer.mozilla.org/en-US/docs/Web/API/Blob
[File]: https://developer.mozilla.org/en-US/docs/Web/API/File
[File]: https://developer.mozilla.org/en-US/docs/Web/API/File

0 comments on commit c3bbd07

Please sign in to comment.