From edafb78813fa02f77e1250a8ec65f034985a52ef Mon Sep 17 00:00:00 2001 From: Wang Renxin Date: Sat, 5 Aug 2017 16:07:49 +0800 Subject: [PATCH] *reformatted. --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 8215d9d..9a333b1 100755 --- a/README.md +++ b/README.md @@ -146,22 +146,17 @@ int main() { struct mb_interpreter_t* bas = NULL; mb_init(); - mb_open(&bas); - mb_load_string(bas, "print 22 / 7;", true); - mb_run(bas, true); - mb_close(&bas); - mb_dispose(); return 0; } ~~~~~~~~~~ -More details are issued on the [Wiki](#wiki) pages below. +Some other details are issued on the [Wiki](#wiki) pages below. ## [Wiki](https://github.com/paladin-t/my_basic/wiki)