Skip to content

Commit 940e7f4

Browse files
author
yuji
committed
Update README.md
1 parent ef3c728 commit 940e7f4

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,18 @@ require.async([
2929
], function(echarts) {
3030
var ec = echarts.init(el);
3131
ec.setOption({});
32+
});
3233
```
3334

34-
## DEV
35+
## DEVELOP
3536

3637
- install deps
3738

3839
```bash
3940
$ npm i -g bower gulp; npm i
4041
```
4142

42-
- update & build
43+
- update & rebuild
4344

4445
```bash
4546
$ gulp

0 commit comments

Comments
 (0)