Skip to content

Commit 61007b6

Browse files
authored
Update README.md
1 parent 8ff9fb6 commit 61007b6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,10 @@
1010
This plugin configures ESBuild for building code [compatible][runtime] with [CloudFront Functions][cf-functions].
1111

1212
As can be seen in the documentation CloudFront Functions do not run on Node, but on AWS's custom JS runtime.
13-
It according to them
1413

15-
```
16-
... is compliant with ECMAScript (ES) version 5.1 and also supports some features of ES versions 6 through 9.
17-
```
14+
According to them it
15+
16+
> ... is compliant with ECMAScript (ES) version 5.1 and also supports some features of ES versions 6 through 9.
1817
1918
This plugin does its best to enable and disable transpiling features as the [documentation says is available][runtime].
2019

0 commit comments

Comments
 (0)