Skip to content

Commit 1485816

Browse files
authored
Merge pull request #1 from ijin/patch-1
Update README.md
2 parents 3a01dd2 + 85e2f39 commit 1485816

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Serverless Lambda Edge PreExisting CloudFront
2-
The Serverless Framework plugin which associates Lambda@Edge against pre-existing CloudFront distribution.
2+
A Serverless Framework plugin which associates Lambda@Edge against pre-existing CloudFront distributions.
33

44
## Install
55

@@ -11,7 +11,7 @@ $ npm install --save-dev serverless-lambda-edge-pre-existing-cloudfront
1111

1212
## How it works
1313

14-
Here is configuration in your serverless.yml
14+
Configure serverless.yml
1515

1616
```yaml
1717
functions:
@@ -28,7 +28,7 @@ plugins:
2828
- serverless-lambda-edge-pre-existing-cloudfront
2929
```
3030
31-
And run deploy
31+
Run deploy
3232
```
3333
$ serverless deploy
34-
```
34+
```

0 commit comments

Comments
 (0)