fix readme typo

This commit is contained in:
Gabriel Augendre 2024-01-20 09:16:53 +01:00
parent 19076b03ba
commit 9076d27ffc
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ inv sync-dependencies
pre-commit install --install-hooks
inv test
./src/manage.py migrate
./src/manage.py generat_dummy_baskets
./src/manage.py generate_dummy_baskets
./src/manage.py createsuperuser
```