Skip to content

Commit bbfcff9

Browse files
Update README.md
1 parent 1474117 commit bbfcff9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,14 @@ Download
88
* Download the dist/helper.js or dist/helper.min.js
99
* Use bower(Coming soon).
1010
* Use git submodule
11-
11+
```bash
1212
$ git submodule add https://github.com/zhanghuanchong/cocos2d-js-helper.git vendor/helpers
1313
$ cd vendor/helpers
1414
$ npm install
1515
$ bower install
1616
$ gulp build
17-
18-
Then you will find the compiled helper.js and helper.min.js in the folder src/vendor/helpers. Include them and enjoy!
17+
```
18+
Then you will find the compiled helper.js and helper.min.js in the folder **src/vendor/helpers**. Include them and enjoy!
1919

2020
Install
2121
===

0 commit comments

Comments
 (0)