Update README.md

This commit is contained in:
Vexia 2022-10-02 21:05:00 -05:00 committed by GitHub
parent 8486905a66
commit 0e5218189e

View file

@ -200,7 +200,7 @@ in-game command:
In code we would do
```python
from evennia.contrub.crafting.crafting import craft
from evennia.contrib.crafting.crafting import craft
puppet = craft(crafter, "wooden puppet", knife, wood)
```