Skip to content

Commit

Permalink
Merge pull request #183 from jamiew/patch-1
Browse files Browse the repository at this point in the history
Fix .addons typo in README
  • Loading branch information
elbywan committed May 18, 2023
2 parents 4ada402 + e646004 commit bf3bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ const form = {

// Will append the following keys to the FormData payload:
// "duck", "duckProperties[beak][color]", "duckProperties[legs]"
wretch("...").addons(FormDataAddon).formData(form, ["ignored"]).post();
wretch("...").addon(FormDataAddon).formData(form, ["ignored"]).post();
```

### [FormUrl 🔗](https://elbywan.github.io/wretch/api/interfaces/addons_formUrl.FormUrlAddon.html)
Expand Down

0 comments on commit bf3bc0b

Please sign in to comment.