Skip to content

Commit d246bf5

Browse files
authored
Update README.md
1 parent 17b4a6c commit d246bf5

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
@@ -8,7 +8,7 @@ An OpenApi validator for ExpressJS that automatically validates API requests and
88
<img src="https://raw.githubusercontent.com/cdimascio/express-openapi-validator/master/assets/express-openapi-validator.png" width="500">
99
</p>
1010

11-
[express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is unopinionated library that easily integrates with new and existing API applications. express-openapi-validator let you to write code the way you want and does not impose any coding convention or project layout. Simply, install the validator onto your express app, point it to your OpenAPI 3 specification, then define and implement routes the way you prefer. See an [example](#example-express-api-server).
11+
[express-openapi-validator](https://github.com/cdimascio/express-openapi-validator) is unopinionated library that integrates with new and existing API applications. express-openapi-validator let you to write code the way you want and does not impose any coding convention or project layout. Simply, install the validator onto your express app, point it to your OpenAPI 3 specification, then define and implement routes the way you prefer. See an [example](#example-express-api-server).
1212

1313
**Features:**
1414

0 commit comments

Comments
 (0)