aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2020-10-17 23:14:16 +0200
committerThomas White <taw@physics.org>2020-10-17 23:14:16 +0200
commitea61ae682b7b8c75845cf77af4f25a53dd19d4c2 (patch)
treeeacbb46525d60ba23334ccc6efcafb45619ee28a
parent46ba22ed054b34c3cb883256b39df968f54b4fcc (diff)
Fix a mistake in 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)
```