shorten readable description in readme header

This commit is contained in:
Sebastian McKenzie
2014-10-10 11:49:49 +11:00
parent 0663481fff
commit a86e710b5b

View File

@@ -22,7 +22,7 @@
**6to5** turns ES6 code into vanilla ES5, so you can use ES6 features **today.**
- **Readable** - original formatting is retained if possible so your generated code looks as similar as possible.
- **Readable** - formatting is retained if possible so your generated code is as similar as possible.
- **Extensible** - with a large range of [plugins](#plugins) and **browser support**.
- **Lossless** - **source map support** so you can debug your compiled code with ease.
- **Compact** - maps directly to the equivalent ES5 with **no runtime**.