From 31255e2c97aaa8b8ce3d4020ff7a6111ab7d0d22 Mon Sep 17 00:00:00 2001 From: homeofpoe <1144217+homeofpoe@users.noreply.github.com> Date: Wed, 14 Dec 2022 11:02:45 -0800 Subject: [PATCH] Update README.md Fix a typo --- evennia/contrib/game_systems/crafting/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evennia/contrib/game_systems/crafting/README.md b/evennia/contrib/game_systems/crafting/README.md index 34869e4b66..7c5232dd95 100644 --- a/evennia/contrib/game_systems/crafting/README.md +++ b/evennia/contrib/game_systems/crafting/README.md @@ -42,7 +42,7 @@ is being combined instead): See the [sword example](evennia.contrib.game_systems.crafting.example_recipes) for an example of how to design a recipe tree for crafting a sword from base elements. -## Intallation and Usage +## Installation and Usage Import the `CmdCraft` command from evennia/contrib/crafting/crafting.py and add it to your Character cmdset. Reload and the `craft` command will be