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)