aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xdoc/docs/doc/README.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md
index c237791..4c8ac87 100755
--- a/doc/docs/doc/README.md
+++ b/doc/docs/doc/README.md
@@ -151,7 +151,10 @@ f!
151 reserve_line_number = true, 151 reserve_line_number = true,
152 lint_global = true, 152 lint_global = true,
153 space_over_tab = false, 153 space_over_tab = false,
154 target = "5.4" 154 options = {
155 target = "5.4",
156 path = "/script"
157 }
155}) 158})
156``` 159```
157 160