From f1ab7a6de88889ac527b9713fc0ad67232c758e4 Mon Sep 17 00:00:00 2001 From: Nguyen Luan Date: Wed, 13 Sep 2017 11:04:25 +0700 Subject: [PATCH] update: Change plugin name --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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",