Skip to content

Commit

Permalink
removed extra ``` from multiline code example (#151)
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick authored Sep 4, 2022
1 parent fd3359b commit 30e703f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ custom:
remotePort: ${env:SNS_SUBSCRIBE_REMOTE_PORT}
host: 0.0.0.0
sns-subscribe-endpoint: ${env:SNS_SUBSCRIBE_ENDPOINT}
sns-endpoint: ${env:SNS_ENDPOINT}```
sns-endpoint: ${env:SNS_ENDPOINT}
```
If you want to unsubscribe when you stop your server, then call `sls offline-sns cleanup` when the script exits.
Expand Down

0 comments on commit 30e703f

Please sign in to comment.