From caafa31df1de56ad5b0ec117b193450fd7fd19e2 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 13 Nov 2014 14:47:32 +1100 Subject: [PATCH] chagne ES6 to ES6+ when talking about 6to5 support --- README.md | 2 +- doc/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8030665b08..8b5249cecd 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,6 @@

-**6to5** turns ES6 code into vanilla ES5, so you can use ES6 features **today.** +**6to5** turns ES6+ code into vanilla ES5, so you can use ES6 features **today.** For more information view the [documentation](https://6to5.github.io). diff --git a/doc/index.md b/doc/index.md index b64ad02273..db577f24a2 100644 --- a/doc/index.md +++ b/doc/index.md @@ -1,4 +1,4 @@ -**6to5** turns ES6 code into vanilla ES5, so you can use ES6 features **today.** +**6to5** turns ES6+ code into vanilla ES5, so you can use ES6 features **today.** - **Readable** - formatting is retained if possible so your generated code is as similar as possible. - **Extensible** - with a large range of [plugins](plugins.md) and **browser support**.