aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLi Jin <dragon-fly@qq.com>2020-02-13 23:27:08 +0800
committerLi Jin <dragon-fly@qq.com>2020-02-13 23:27:08 +0800
commitd0583829535462a070e7ae90c6ea13f14244d060 (patch)
treec91ae39e36319298a0354bcea59117301b216cae
parente3183366f6048d93e5a6df1868fc60df75447168 (diff)
downloadyuescript-d0583829535462a070e7ae90c6ea13f14244d060.tar.gz
yuescript-d0583829535462a070e7ae90c6ea13f14244d060.tar.bz2
yuescript-d0583829535462a070e7ae90c6ea13f14244d060.zip
update readme.
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9bfef2d..4d56a33 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,11 @@ print(moonp.to_lua[[
31f = -> 31f = ->
32 print "hello world" 32 print "hello world"
33f! 33f!
34]]) 34]],{
35 implicit_return_root = true,
36 reserve_line_number = false,
37 lint_global = false
38})
35``` 39```
36 40
37## Changes 41## Changes