Merge pull request #5287 from WanderWang/develop

fix a mistake about README
This commit is contained in:
Ricardo Quesada 2014-02-03 09:40:53 -08:00
commit 377607d87a
1 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ Notice: The best project path is an English path without spaces.
To use this, open the terminal and type:
```
$ cd cocos2d-x/tools/project-creator
$ ./project-creator.py --help
$ ./project-creator.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame
$ ./create_project.py --help
$ ./create_project.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame
$ cd /home/mygame
```