aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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