From 2bf5effb16dbd1fa7a8882a1e0c47226024b3c57 Mon Sep 17 00:00:00 2001 From: Baruch-Adi Hen Date: Sat, 12 Oct 2019 14:53:25 -0400 Subject: [PATCH] Fix Titles in ReadMe.md some titles were formatted wrong, and therefore looked like regular text. I added a space between the pound symbol and the title to make it form a proper title in MD. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5acad378b1..02d4c9bf7b 100644 --- a/README.md +++ b/README.md @@ -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: @@ -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 @@ -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) @@ -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: