We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd5f89 commit 6115737Copy full SHA for 6115737
README.md
@@ -22,13 +22,13 @@ Be sure to check out all that [AWS AppSync](https://aws.amazon.com/appsync) has
22
Install the plugin via [Yarn](https://yarnpkg.com/lang/en/docs/install/)
23
24
```
25
-yarn add serverless-appsync-plugin
+yarn add serverless-appsync-plugin --dev
26
27
28
or via [NPM](https://docs.npmjs.com/cli/install)
29
30
31
-npm install serverless-appsync-plugin
+npm install serverless-appsync-plugin --save-dev
32
33
34
## Configuring the plugin
0 commit comments