Skip to content

Commit 2fa314b

Browse files
authored
Merge pull request #238 from muturgan/express
[Docs] add a fastest-express-validator link to readme
2 parents 7c0cd00 + fdf4ed1 commit 2fa314b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ console.log(check({ name: "Erf", age: 18 })); //true
127127
### Supported frameworks
128128
- *Moleculer*: Natively supported
129129
- *Fastify*: By using [fastify-fv](https://github.com/erfanium/fastify-fv)
130+
- *Express*: By using [fastest-express-validator](https://github.com/muturgan/fastest-express-validator)
130131

131132

132133
# Optional, Required & Nullable fields

0 commit comments

Comments
 (0)