From b4687f90305c24149a5d43d84bf64fa192dae8f8 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 9 Oct 2020 16:01:17 +0800 Subject: fix typo. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 88ac995..0ccf9fe 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ So MoonPlus is a new code base for pushing the language to go forward and being > luarocks install moonplus ``` -  Then require the module in Lua: +  Then require the MoonPlus module in Lua: ```Lua require("moonp")("main") -- require `main.mp` @@ -90,7 +90,7 @@ Usage: moonp [options|files|directories] ... in a single line to start/stop multi-line mode ```   Use cases: -  Recursively compile every moon+ file with extension `.md` under current path: `moonp .` +  Recursively compile every moon+ file with extension `.mp` under current path: `moonp .`   Compile and save results to a target path: `moonp -t /target/path/ .`   Compile and reserve debug info: `moonp -l .`   Compile and generate minified codes: `moonp -m .` -- cgit v1.2.3-55-g6feb