Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
feross committed Feb 15, 2017
1 parent 519c018 commit 31fda49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -445,8 +445,8 @@ Or, add this to `package.json`:

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

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

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

0 comments on commit 31fda49

Please sign in to comment.