From 215a668a06553790483f872414028470ea810c56 Mon Sep 17 00:00:00 2001 From: kmdjs Date: Sat, 21 Jan 2017 15:41:52 +0800 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 87e9a8eff..e26660487 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Omi.render(new Hello({ name : "Omi" }),"body"); ... ``` -你可以使用 [webpack](https://webpack.github.io/) + [babel](http://babeljs.io/),让你立刻马上使用ES6+来编写你的web程序。你只需要在webpack配置的module设置好[babel-loader](https://github.com/babel/babel-loader)便可。 +你可以使用 [webpack](https://webpack.github.io/) + [babel](http://babeljs.io/),在webpack配置的module设置[babel-loader](https://github.com/babel/babel-loader),立马就能使用ES6+来编写你的web程序。 当然Omi没有抛弃ES5的用户。你可以使用ES5的方式编写Omi。具体可以看这里[Hello World with ES5](https://github.com/AlloyTeam/Omi/blob/master/docs/cn_hello_world.md#hello-world-with-es5)