Skip to content

Commit cd2740b

Browse files
committed
Update readme.md
1 parent 5826b3f commit cd2740b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ await fetch("https://httpbin.org/post", options)
7373
import {FormData} from "formdata-polyfill/esm-min.js"
7474
import {blobFrom} from "fetch-blob/from.js"
7575
import {Encoder} from "form-data-encoder"
76-
import {Blob} from "fetch-blob" // For this example I will use v3 of this package
7776

77+
import Blob from "fetch-blob"
7878
import fetch from "node-fetch"
7979

8080
async function toBlob(form) {

0 commit comments

Comments
 (0)