diff --git a/README.md b/README.md index 1d4cca9..a4cf226 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Currently it is used in GFG(Global Fashion Group) internal projects. Install the plugin from npm ```bash -$ npm install --save serverless-apigateway-plugin +$ npm install --save serverless-apigw-plugin ``` ## Usage @@ -24,7 +24,7 @@ Add the plugin to your `serverless.yml` # serverless.yml plugins: - - serverless-apigateway-plugin + - serverless-apigw-plugin ``` Add the config to your custom tag of serverless.yml, diff --git a/package.json b/package.json index e43ae23..1c26c03 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "serverless-apigateway-plugin", + "name": "serverless-apigw-plugin", "version": "0.0.4", "description": "this is the serverless plugin to customize the aws api gateway", "main": "index.js",