Skip to content

Commit

Permalink
Merge pull request #555 from zhengqingxin/master
Browse files Browse the repository at this point in the history
修改文档:创建项目默认为es6,不需要--es
  • Loading branch information
welefen committed Jan 26, 2017
2 parents 5e6a338 + 202c67b commit 0bd69ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -72,7 +72,7 @@ npm install -g thinkjs
## Create Application

```sh
thinkjs new demo --es
thinkjs new demo
```

## Install dependencies
Expand Down
2 changes: 1 addition & 1 deletion README_zh-CN.md
Expand Up @@ -73,7 +73,7 @@ npm install -g thinkjs
## 创建项目

```sh
thinkjs new demo --es
thinkjs new demo
```

## 安装依赖
Expand Down

0 comments on commit 0bd69ef

Please sign in to comment.