Skip to content

Commit 486e088

Browse files
committed
fix(readme): update description
1 parent 46d55d6 commit 486e088

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
# openapi-request-validation
22

3-
Provides request validation based on OpenAPI specifications for serverless and lightweight Node runtimes.
3+
Generate standalone request validators from OpenAPI specs and validate incoming requests in serverless and lightweight Node.js runtimes.
44

5-
Used to generate validator code based on an OpenAPI spec and offers runtime validation helpers to validate requests objects.
6-
Supports AWS Lambda API Gateway events, lambda-api requests and Express.
7-
8-
Uses AJV to generate standalone request validators and ships runtime helpers for easy validation.
5+
Built on AJV, this package includes runtime helpers for AWS Lambda API Gateway events, lambda-api, and Express.
96

107
## Install
118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "openapi-request-validation",
33
"version": "0.3.0",
4-
"description": "Build-time OpenAPI request validation for serverless and lightweight Node runtimes",
4+
"description": "Generate standalone request validators from OpenAPI specs and validate incoming requests in serverless and lightweight Node.js runtimes.",
55
"type": "module",
66
"sideEffects": false,
77
"main": "./dist/cjs/index.js",

0 commit comments

Comments
 (0)