Skip to content

Commit 118a2e6

Browse files
committed
Update README.md
1 parent e34c027 commit 118a2e6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,15 +82,15 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
8282
```
8383
* Run the client and server
8484
```
85-
npm run app
85+
gulp serve
8686
```
8787
* Visit `http://localhost:8080`
8888

8989
## Deploying to AWS
9090
When you are ready to deploy your database and api to AWS, run following command.
91-
This will deploy your local dabase and local API Gateway to AWS.
91+
This will deploy your local dabase and local API Gateway to AWS to a given stage.
9292
```
93-
npm run deploy
93+
gulp deploy --stage prod
9494
```
9595

9696
## Contribution

0 commit comments

Comments
 (0)