diff options
| author | Li Jin <dragon-fly@qq.com> | 2023-07-31 17:46:55 +0800 |
|---|---|---|
| committer | Li Jin <dragon-fly@qq.com> | 2023-07-31 17:46:55 +0800 |
| commit | aff8e69bf589d2ee5f4a7b72b7e2f643d55b87fa (patch) | |
| tree | 5e6c9c240587157a5cd7fec3bc8e170e61269fb6 /doc/docs | |
| parent | 812094c4ef17b5a1187ce82eb642ee47a1e88aa4 (diff) | |
| download | yuescript-aff8e69bf589d2ee5f4a7b72b7e2f643d55b87fa.tar.gz yuescript-aff8e69bf589d2ee5f4a7b72b7e2f643d55b87fa.tar.bz2 yuescript-aff8e69bf589d2ee5f4a7b72b7e2f643d55b87fa.zip | |
update doc.
Diffstat (limited to 'doc/docs')
| -rwxr-xr-x | doc/docs/doc/README.md | 5 |
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 | ||
