aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b49bc2e..400cb8a 100644
--- a/README.md
+++ b/README.md
@@ -57,8 +57,8 @@ You can use pre-prepared states in cues, even if some minor modifications are ne
```
(cue 57
- (cue-state (apply-state spooky-dungeon))
- (at follow-spot 100)
+ (cue-state (apply-state spooky-dungeon)
+ (at follow-spot 100))
#:fade-up 3
#:fade-down 3)
```