Skip to content

Commit 6115737

Browse files
authored
docs: recommend to install as dev dependency (#484)
1 parent 6fd5f89 commit 6115737

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ Be sure to check out all that [AWS AppSync](https://aws.amazon.com/appsync) has
2222
Install the plugin via [Yarn](https://yarnpkg.com/lang/en/docs/install/)
2323

2424
```
25-
yarn add serverless-appsync-plugin
25+
yarn add serverless-appsync-plugin --dev
2626
```
2727

2828
or via [NPM](https://docs.npmjs.com/cli/install)
2929

3030
```
31-
npm install serverless-appsync-plugin
31+
npm install serverless-appsync-plugin --save-dev
3232
```
3333

3434
## Configuring the plugin

0 commit comments

Comments
 (0)