From 31fda49efe7b593a560d1eb1b21a05e6bb0a748b Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Wed, 15 Feb 2017 15:34:29 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b3fe7987a..e24222c41 100644 --- a/README.md +++ b/README.md @@ -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