From f5fed99c81343b4ab7e9fe32649e9187b8f4c7b0 Mon Sep 17 00:00:00 2001 From: Sebastian McKenzie Date: Thu, 13 Nov 2014 18:59:46 +1100 Subject: [PATCH] better 6to5 tagline --- README.md | 2 +- doc/index.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b5249cecd..d95af5e141 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 next generation features **today.** For more information view the [documentation](https://6to5.github.io). diff --git a/doc/index.md b/doc/index.md index db577f24a2..4ea1f5ad02 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 next generation 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**.