Skip to content

Commit

Permalink
Update plugin order in README
Browse files Browse the repository at this point in the history
  • Loading branch information
domdomegg committed Feb 7, 2024
1 parent 49d6e29 commit f6f586e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@ If using the Java version (i.e. not docker), install DynamoDB Local with `server

Add it to your list of plugins, optionally with custom config:

serverless.yaml:
serverless.yml:

```yaml
plugins:
- serverless-offline
- serverless-dynamodb
- serverless-offline

custom:
serverless-dynamodb:
Expand All @@ -51,8 +51,8 @@ serverless.js / serverless.ts:
```ts
export default {
plugins: [
"serverless-offline",
"serverless-dynamodb",
"serverless-offline",
],
custom: {
'serverless-dynamodb': {
Expand Down

0 comments on commit f6f586e

Please sign in to comment.