Updated Lua Scripting (markdown)

This commit is contained in:
Matthew Kennedy 2021-05-04 02:38:24 -07:00
parent fa96074d33
commit f964ba36f0
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
## Conventions
- The Lua interpreter will trigger an error if there is a mistake in the program, check the rusEFI console to see errors and script output.
- All `index` parameters start with the first element at index at 0.
- Unless otherwise mentioned, all `index` parameters start with the first element at index at 0.
## Writing Your Script