Skip to content

Commit 19b6991

Browse files
authored
Fixes typo for migrate option
1 parent 42bf35e commit 19b6991

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ custom:
6363
start:
6464
port: 8000
6565
inMemory: true
66-
migration: true
66+
migrate: true
6767
```
6868

6969
## Migrations: sls dynamodb migrate
@@ -141,4 +141,4 @@ Now your local DynamoDB database will be automatically started before running `s
141141
* [NPM Registry](https://www.npmjs.com/package/serverless-dynamodb-local)
142142

143143
## License
144-
[MIT](LICENSE)
144+
[MIT](LICENSE)

0 commit comments

Comments
 (0)