Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
bjzhaoxin committed Dec 1, 2017
1 parent 4ee3dcd commit c58b9f6
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ Lightweight embedded scripting language
## Sample

```
#!lua
-- Current package name
Expand Down Expand Up @@ -130,7 +129,6 @@ end
## C++ Sample

```
#!c++
// create instance
fake * fk = newfake();
// regist global func
Expand Down
2 changes: 0 additions & 2 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
## 示例

```
#!lua
-- 当前包名
Expand Down Expand Up @@ -124,7 +123,6 @@ end
## C++示例

```
#!c++
// 创建一个实例
fake * fk = newfake();
// 注册全局函数
Expand Down

0 comments on commit c58b9f6

Please sign in to comment.