Skip to content

Commit 31fda49

Browse files
authored
Update README.md
1 parent 519c018 commit 31fda49

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -445,8 +445,8 @@ Or, add this to `package.json`:
445445

446446
## How do I use experimental JavaScript (ES Next) features?
447447

448-
`standard` supports the latest version of the ECMAscript, including all language
449-
feature proposals that are in "Stage 4" of the proposal process.
448+
`standard` supports the latest JavaScript features, ES8 (ES2017), including
449+
language feature proposals that are in "Stage 4" of the proposal process.
450450

451451
To support experimental language features, `standard` supports specifying a
452452
custom JavaScript parser. Before using a custom parser, consider whether the added

0 commit comments

Comments
 (0)