From fe3530c13097f22eab8705ffaebf5c42f0e8bbd2 Mon Sep 17 00:00:00 2001 From: ruki Date: Wed, 22 Aug 2018 23:27:13 +0800 Subject: modify readme --- README.md | 6 +----- README_zh.md | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 2f48f6cb0..df2b5245c 100644 --- a/README.md +++ b/README.md @@ -92,11 +92,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## Simple description -```lua -target("console") - set_kind("binary") - add_files("src/*.c") -``` + ## Build project diff --git a/README_zh.md b/README_zh.md index 78de48754..cf714f595 100644 --- a/README_zh.md +++ b/README_zh.md @@ -98,11 +98,7 @@ Invoke-Expression (Invoke-Webrequest 'https://raw.githubusercontent.com/tboox/xm ## 简单的工程描述 -```lua -target("console") - set_kind("binary") - add_files("src/*.c") -``` + ## 构建工程 -- cgit v1.3.1