From ea61ae682b7b8c75845cf77af4f25a53dd19d4c2 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Sat, 17 Oct 2020 23:14:16 +0200 Subject: Fix a mistake in README.md --- README.md | 4 ++-- 1 file 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) ``` -- cgit v1.2.3