Skip to content

Commit 6310306

Browse files
authored
Updated README
1 parent 4c4da77 commit 6310306

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,9 @@ serverless-dynamodb-local
1919
`npm install --save serverless-dynamodb-local`
2020

2121
Then in `serverless.yml` add following entry to the plugins array: `serverless-dynamodb-local`
22-
e.g `plugins:
23-
- serverless-dynamodb-local`
22+
e.g
23+
```plugins:
24+
- serverless-dynamodb-local```
2425
2526
## Using the Plugin
2627
1) Install DynamoDB Local

0 commit comments

Comments
 (0)