From 00d2ed1cc1f7014fa7362fd9e0636ccdec4be4ed Mon Sep 17 00:00:00 2001 From: Sampath Lankapura Date: Mon, 25 May 2015 17:01:55 +0530 Subject: [PATCH] Rename 6to5 to Babel --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f864cc9..ce824b2 100644 --- a/README.md +++ b/README.md @@ -604,7 +604,7 @@ Besides libraries, there're [Collection on Codepen](http://codepen.io/collection * [es6features](https://github.com/lukehoban/es6features) - Overview of ECMAScript 6 features. * [ECMAScript 6 compatibility table](http://kangax.github.io/compat-table/es6/) - Compatibility tables for all ECMAScript 6 features on a variety of environments. -* [6to5](https://github.com/sebmck/6to5) - Turn ES6+ code into vanilla ES5 with no runtime. +* [Babel (Formerly 6to5)](https://github.com/babel/babel) - Turn ES6+ code into vanilla ES5 with no runtime. * [Traceur compiler](https://github.com/google/traceur-compiler) - ES6 features > ES5. Includes classes, generators, promises, destructuring patterns, default parameters & more. ## Misc