docs(readme): fix typo (#1489)

This commit is contained in:
rieg-ec 2022-01-27 12:48:55 -03:00 committed by GitHub
parent ba23fd2fd0
commit 4ce2ce5f1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()