Skip to content

Commit c27fc96

Browse files
committed
Fix for 3rd example
1 parent abc797a commit c27fc96

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
@@ -91,7 +91,7 @@ async function toBlob(form) {
9191
const fd = new FormData()
9292

9393
fd.set("name", "John Doe")
94-
fd.set("avatar", await blobFrom("path/to/an/avatar.png"). "avatar.jpg")
94+
fd.set("avatar", await blobFrom("path/to/an/avatar.png"), "avatar.png")
9595

9696
const options = {
9797
method: "post",

0 commit comments

Comments
 (0)