From beb87b9a5c0a9fe2d248f2c72598a3bea8877244 Mon Sep 17 00:00:00 2001 From: Pradyumna Newalkar Date: Thu, 26 Jul 2018 21:40:18 +0530 Subject: [PATCH] Update link to babili blog post (#888) Earlier link was giving 404 error --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c7d0cff74..7835cb167 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Current tools don't support targeting the latest version of ECMAScript. (yet) - BabelMinify can because it is just a set of Babel plugins, and Babel already understands new syntax with our parser [Babylon](https://github.com/babel/babylon). - When it's possible to only target browsers that support newer ES features, code sizes can be smaller because you don't have to transpile and then minify. -Check out our [blog post](http://babeljs.io/blog/2016/08/30/babili) for more info! +Check out our [blog post](http://babeljs.io/blog/2016/08/26/babili) for more info! ```js // Example ES2015 Code