Skip to content

Commit

Permalink
fix: deprecation warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ido-pluto committed Dec 18, 2023
1 parent 20202cd commit 18b825c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
### What that includes?
- [Reactive Forms](./packages/forms/README.md) - feel native as regular HTML
- [Formidable (for astro)](./packages/formidable/README.md) - parse astro formsData
- [Component Context](./packages/context/README.md) - extra props base on context
- [Express Endpoints](./packages/express-endpoints/README.md) - express-like framework for astro endpoints

Expand Down
5 changes: 4 additions & 1 deletion packages/formidable/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Astro Formidable

Allow you to use formidable for request parse
Allow you to use formidable for request parse.


> **Deprecate** because Astro now support `multipart/form-data` by default
## Usage

Expand Down

0 comments on commit 18b825c

Please sign in to comment.