From 53a793e992878d0ee645e6eb663a60103dffb99c Mon Sep 17 00:00:00 2001 From: amfl Date: Tue, 31 Jan 2023 00:00:39 +1300 Subject: [PATCH] Fix accidental extra backtick --- docs/source/Howtos/Evennia-for-roleplaying-sessions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/Howtos/Evennia-for-roleplaying-sessions.md b/docs/source/Howtos/Evennia-for-roleplaying-sessions.md index 4320ff7a6c..37065f4cc2 100644 --- a/docs/source/Howtos/Evennia-for-roleplaying-sessions.md +++ b/docs/source/Howtos/Evennia-for-roleplaying-sessions.md @@ -28,7 +28,7 @@ defaults for our particular use-case. Below we will flesh out these components f We will assume you start from scratch. You need Evennia installed, as per the [Setup Quickstart](../Setup/Installation.md) instructions. Initialize a new game directory with `evennia init -``. In this tutorial we assume your game dir is simply named `mygame`. You can use the default database and keep all other settings to default for now. Familiarize yourself with the +`. In this tutorial we assume your game dir is simply named `mygame`. You can use the default database and keep all other settings to default for now. Familiarize yourself with the `mygame` folder before continuing. You might want to browse the [Beginner Tutorial](Beginner-Tutorial/Part1/Beginner-Tutorial-Part1-Overview.md) tutorial, just to see roughly where things are modified. ## The Game Master role