Fix a typo in README.md (#17872)

This commit is contained in:
Miigon 2017-06-05 10:39:48 +08:00 committed by minggo
parent 01714514fa
commit fc541e706a
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ You can also create a JS project or Lua project with `-l js` or `-l lua`.
There are two ways to build and run Tizen project: There are two ways to build and run Tizen project:
* use coocs console(can not work on 32-bit Windows currently) * use cocos console(can not work on 32-bit Windows currently)
``` ```
cocos run -p tizen cocos run -p tizen
``` ```