Skip to content

Commit caf5bf3

Browse files
authored
Update Readme
1 parent 3e134a6 commit caf5bf3

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
4545
| |──offline
4646
| | |──migrations
4747
| | | | |──todo.json
48-
| |──resources
4948
| |──test
5049
| |──event.json
5150
| |──templates.yml
@@ -87,8 +86,10 @@ var client = isOffline() ? new AWS.DynamoDB.DocumentClient(dynamodbOfflineOption
8786
* Visit `http://localhost:8080`
8887

8988
## Deploying to AWS
90-
91-
* Run `npm run deploy`
89+
When you are ready to deploy your database and api to AWS run following command.
90+
```
91+
npm run deploy
92+
```
9293

9394
## Contribution
9495
Your contributions are much appriciated.

0 commit comments

Comments
 (0)