Merge pull request #2892 from VexiaOnline/VexiaOnline-crafting-readme-typofix

Update README.md
This commit is contained in:
Griatch 2022-10-03 19:37:37 +02:00 committed by GitHub
commit f856de79f6

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)
```