Skip to content

Commit 8645469

Browse files
authored
Update README.md
1 parent 33e867e commit 8645469

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Join the ShowScript Discord server for help & support: https://discord.gg/yNX8Qd
2525
## Example
2626

2727
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.
28-
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.
28+
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](https://github.com/MCParks/ShowScript/blob/main/docs/showscript3.md#advanced-concepts).
2929

3030
### ShowScript 3 (file ending in `.groovy`)
3131

0 commit comments

Comments
 (0)