Skip to content

Commit 9b6cfee

Browse files
authored
Update README.md
1 parent f190453 commit 9b6cfee

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

README.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,10 @@
44
This Serverless Framewrok plugin supports the AWS service proxy integration feature of API Gateway. You can directly connect API Gateway to AWS services without Lambda.
55

66
## Install
7-
Run `npm install` in your Serverless project.
7+
Run `servelress plugin install` in your Serverless project.
88

99
```
10-
$ npm install --save-dev serverless-apigateway-service-proxy
11-
```
12-
Add the plugin to your serverless.yml file
13-
14-
```yaml
15-
plugins:
16-
- serverless-apigateway-service-proxy
10+
$ serverless plugin install -n serverless-apigateway-service-proxy
1711
```
1812

1913
## Supported AWS services

0 commit comments

Comments
 (0)