Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Titles in ReadMe.md #1844

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ Example:
$ cocos new MyGame -l js -d /directory/to/project
$ cd /directory/to/project/MyGame

###Run the project under the game directory
### Run the project under the game directory

* Run Cocos2d-html5 project with a Websever:

Expand All @@ -86,7 +86,7 @@ And if you have any doubt about the usage, please use `-h` with any command to h

You can also use prebuilt Xcode or Visual Studio projects which are located in `Game/frameworks/runtime-src/proj.xxx`

##Folder structure of new project
## Folder structure of new project

- frameworks
- cocos2d-html5 : Cocos2d-JS html5 engine source
Expand Down Expand Up @@ -120,7 +120,7 @@ run -p ios|mac|android|win32|web

And they share the same project files which are located in `build` folder, there are Xcode and Visual Studio projects.

##Main features
## Main features

* Support All modern browsers and native platforms
* Scene management (workflow)
Expand Down Expand Up @@ -161,7 +161,7 @@ For JSB build, there are some restrictions :
- [Android build] NDK version must be r10c
- [iOS build] Xcode version must be 5.1.1 +

##Github note
## Github note

If you fork our github repository or download the package from github, you will need to do some extra tasks:

Expand Down