Skip to content

Commit

Permalink
Correct a mistake in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Pisces000221 committed Jan 21, 2014
1 parent 44fdbc2 commit bd7155e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ How to start a new game

1. Download the code from [cocos2d download site][4]
2. Enter `tools/project-creator`
3. Run the `create-projects.py` script
3. Run the `create_project.py` script

Example:

$ cd cocos2d-x/tools/project-creator
$ ./project-creator.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame
$ ./create_project.py -n mygame -k com.your_company.mygame -l cpp -p /home/mygame
$ cd /home/mygame

### Build new project for android ###
Expand Down

0 comments on commit bd7155e

Please sign in to comment.