Skip to content

Commit

Permalink
Add Fastify v3 compatibility notes in README (#115)
Browse files Browse the repository at this point in the history
Fixes #114
  • Loading branch information
wlinna authored Jun 3, 2022
1 parent 6441107 commit 7c0eec7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ the content type `application/x-www-form-urlencoded`.

[fastify]: https://www.fastify.io/

This branch targets Fastify v3. Please refer to [this branch](https://github.com/fastify/fastify-formbody/tree/3.x) and related versions for Fastify `^2.0.0` compatibility.
This branch targets Fastify v4. Please refer to [this branch](https://github.com/fastify/fastify-formbody/tree/3.x) and related versions for Fastify `^2.0.0` compatibility.

For Fastify v3 support, please use @fastify/formbody `^6.0.1`.

## Example

Expand Down

0 comments on commit 7c0eec7

Please sign in to comment.