Skip to content
This repository has been archived by the owner on Mar 20, 2023. It is now read-only.

fix: Change project name #6

Merged
merged 1 commit into from
Oct 17, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down