From a86e710b5bcbfb7f3173c14d27a264c2f6f0e522 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Fri, 10 Oct 2014 11:49:49 +1100 Subject: [PATCH] shorten readable description in readme header --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6456676bac..be1eb9b002 100644 --- a/README.md +++ b/README.md @@ -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**.