Skip to content

Commit 6dcad5e

Browse files
authored
Update README.md
1 parent 7ddfc3c commit 6dcad5e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Join the ShowScript Discord server for help & support: https://discord.gg/yNX8Qd
1212

1313
## Example
1414

15+
A file that defines a series of timecodes and actions is called a "Show." Your shows live in `plugins/ShowScript/Shows`. You may nest your shows in directories; it's considered good practice to do this to organize different projects.
16+
You can write your shows in Groovy (ShowScript 3), or YAML (ShowScript 2). The YAML syntax of ShowScript 2 might be easier for those unfamiliar with programming to understand, but ShowScript 3 unlocks more capabilities and advanced usage.
17+
1518
### ShowScript 3 (file ending in `.groovy`)
1619

1720
```groovy

0 commit comments

Comments
 (0)