aboutsummaryrefslogtreecommitdiffhomepage
path: root/backends/lua.md
diff options
context:
space:
mode:
authorcbdev <cb@cbcdn.com>2019-07-24 21:33:23 +0200
committercbdev <cb@cbcdn.com>2019-07-24 21:33:23 +0200
commitc75721e77ecada3c88f4b493c1e3036c151bfe88 (patch)
treec59f930b486240dd3fdde5dca2cac3b6a760317f /backends/lua.md
parent1f0de6d91c14217ae3893da0e4b6089b799ed026 (diff)
downloadmidimonster-c75721e77ecada3c88f4b493c1e3036c151bfe88.tar.gz
midimonster-c75721e77ecada3c88f4b493c1e3036c151bfe88.tar.bz2
midimonster-c75721e77ecada3c88f4b493c1e3036c151bfe88.zip
Clarify backend documentation
Diffstat (limited to 'backends/lua.md')
-rw-r--r--backends/lua.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/backends/lua.md b/backends/lua.md
index e273b28..1c67477 100644
--- a/backends/lua.md
+++ b/backends/lua.md
@@ -43,7 +43,7 @@ The backend does not take any global configuration.
| Option | Example value | Default value | Description |
|---------------|-----------------------|-----------------------|-----------------------|
-| `source` | `script.lua` | none | Lua source file |
+| `script` | `script.lua` | none | Lua source file |
A single instance may have multiple `source` options specified, which will all be read cumulatively.