diff --git a/evennia/contrib/grid/extended_room/README.md b/evennia/contrib/grid/extended_room/README.md index 51b2eb4327..e21e64d5c3 100644 --- a/evennia/contrib/grid/extended_room/README.md +++ b/evennia/contrib/grid/extended_room/README.md @@ -26,7 +26,7 @@ class CharacterCmdset(default_cmds.Character_CmdSet): ``` -Then reload to make the bew commands available. Note that they only work +Then reload to make the new commands available. Note that they only work on rooms with the typeclass `ExtendedRoom`. Create new rooms with the right typeclass or use the `typeclass` command to swap existing rooms.