jimmywarting / FormData

HTML5 `FormData` polyfill for Browsers and nodejs
MIT License
360 stars 102 forks source link

Minor ReadMe update #146

Open hbi99 opened 5 months ago

hbi99 commented 5 months ago

Hey...I am too lazy to make a PR ¯\_(ツ)_/¯ The line:

import File from 'fetch-blob/file.js'

...should be:

import { File } from 'fetch-blob/file.js'

Cheers