From fc541e706a4d9d693dc6876b2937bba73814823a Mon Sep 17 00:00:00 2001 From: Miigon Date: Mon, 5 Jun 2017 10:39:48 +0800 Subject: [PATCH] Fix a typo in README.md (#17872) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 84381c25cf..3d89e1f9c8 100644 --- a/README.md +++ b/README.md @@ -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: -* 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 ```