diff --git a/README.md b/README.md index 40b2dda..b8215db 100644 --- a/README.md +++ b/README.md @@ -43,10 +43,10 @@ aws dynamodb list-tables --endpoint-url http://localhost:8000 ## Get Records ```sh -aws dynamodb scan --table-name cruddur_cruds --query "Items" --endpoint-url http://localhost:8000 +aws dynamodb scan --table-name Music --query "Items" --endpoint-url http://localhost:8000 ```` ## References https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DynamoDBLocal.html -https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.CLI.html \ No newline at end of file +https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Tools.CLI.html