Skip to content

Commit 256ce5a

Browse files
committed
docs: update readme
1 parent a8df84b commit 256ce5a

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
@@ -201,7 +201,7 @@ export class User extends Serializable {
201201

202202
await fetch("api/sendFile", {
203203
method: "POST",
204-
body: user.toFormData()
204+
body: user.toFormData() // <- serialization class to FormData
205205
});
206206

207207
```

0 commit comments

Comments
 (0)