Skip to content

Commit 2f50ca8

Browse files
committed
Clearer with just the main argument name
1 parent 1de4ab8 commit 2f50ca8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ node-lambda deploy
3333

3434
### Commands
3535

36-
#### node-lambda setup
36+
#### setup
3737

3838
Initializes the `event.json` and `.env` files. `event.json` is where you mock your event. `.env.` is where you place your deployment configuration.
3939

@@ -53,7 +53,7 @@ After running setup, it's a good idea to gitignore the generated `event.json` an
5353
echo ".env\nevent.json" >> .gitignore
5454
```
5555

56-
#### node-lambda run
56+
#### run
5757

5858
Runs your Amazon Lambda index.js file locally. Passes `event.json` data to the Amazon Lambda event object.
5959

@@ -68,7 +68,7 @@ $ node-lambda run --help
6868
-h, --handler [index.handler] Lambda Handler {index.handler}
6969
```
7070

71-
#### node-lambda deploy
71+
#### deploy
7272

7373
Bundles and deploys your application up to Amazon Lambda.
7474

0 commit comments

Comments
 (0)