chagne ES6 to ES6+ when talking about 6to5 support

This commit is contained in:
Sebastian McKenzie 2014-11-13 14:47:32 +11:00
parent 4c41c904f5
commit caafa31df1
2 changed files with 2 additions and 2 deletions

View File

@ -24,6 +24,6 @@
</a>
</p>
**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).

View File

@ -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**.