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]] + ```