From 6e676b163aaf2e8c5b0c82bdc1dfc124dad2d44b Mon Sep 17 00:00:00 2001 From: Nguyen Luan Date: Tue, 17 Oct 2017 09:03:59 +0700 Subject: [PATCH] fix: Change project name --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4cf226..1d4cca9 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-apigw-plugin +$ npm install --save serverless-apigateway-plugin ``` ## Usage @@ -24,7 +24,7 @@ Add the plugin to your `serverless.yml` # serverless.yml plugins: - - serverless-apigw-plugin + - serverless-apigateway-plugin ``` Add the config to your custom tag of serverless.yml, diff --git a/package.json b/package.json index 9a1182f..b8708bd 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "serverless-apigw-plugin", + "name": "serverless-apigateway-plugin", "version": "0.0.5", "description": "this is the serverless plugin to customize the aws api gateway", "main": "index.js",