From f96fcf30e430b1fc9a5349c4490f61930545f6b8 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Fri, 21 Feb 2025 21:23:19 -0500 Subject: [PATCH] Fixed example used in README --- draft/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/draft/README.md b/draft/README.md index bb03b3d..cb28c9a 100644 --- a/draft/README.md +++ b/draft/README.md @@ -67,7 +67,7 @@ Welcome to your adventure! You find yourself at a crossroads. [[Take the left path -> LeftPath]] [[Take the right path -> RightPath]] -:#LeftPath +# LeftPath You walk down the left path and encounter a mysterious stranger. (set: $hasKey to true) @@ -75,7 +75,7 @@ The stranger gives you a key. [[Continue -> Crossroads]] -##ightPath +# RightPath You walk down the right path and find a locked door. (if: $hasKey)[ @@ -87,9 +87,10 @@ You walk down the right path and find a locked door. [[Return to the crossroads -> Crossroads]] -:: #ossroads +# Crossroads You're back at the crossroads. [[Take the left path -> LeftPath]] [[Take the right path -> RightPath]] + ```