Skip to content

Commit

Permalink
docs: documentation for using plugin (#33)
Browse files Browse the repository at this point in the history
Fixes #33 by updating the documentation to correctly show the need for
escaping the plugin name.
  • Loading branch information
jthomerson committed Mar 26, 2019
1 parent d0711f5 commit f506194
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 @@ -48,7 +48,7 @@ Simply add this plugin to the list of plugins in your `serverless.yml` file:

```yml
plugins:
- @silvermine/serverless-plugin-cloudfront-lambda-edge
- '@silvermine/serverless-plugin-cloudfront-lambda-edge'
```

### Configuring Functions to Associate With CloudFront Distributions
Expand Down

0 comments on commit f506194

Please sign in to comment.