From 892fe18006e948259dfa562932a3d3e51683dc2e Mon Sep 17 00:00:00 2001 From: Aleksander Guryanov Date: Thu, 25 Aug 2016 11:23:08 +0400 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e9228a8e1..3f02ef31d 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ Base version is: **cocos2d-x-3.0alpha0-pre** -## Mabnually building +## Manually building You can build cocos2d with emscripten bu running this commands: ``` make PLATFORM=emscripten DEBUG=1 -j10 # (for debug build) make PLATFORM=emscripten DEBUG=0 -j10 # (for release build) -``` \ No newline at end of file +```