Skip to content

Commit 954fb16

Browse files
committed
docs(README): add installation command for serverless plugin
1 parent 192e9fb commit 954fb16

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ A Serverless Framework plugin that adds request validation to your AWS API Gatew
66

77
```bash
88
npm install --save-dev serverless-api-gateway-request-validator
9+
10+
# Using Serverless plugin install
11+
serverless plugin install -n serverless-api-gateway-request-validator
912
```
1013

1114
Then add the plugin to your `serverless.yml` file:

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "serverless-api-gateway-request-validator",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Serverless Framework plugin to configure API Gateway request validators",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)