diff --git a/README.md b/README.md index c8fa597..bb9827f 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,8 @@ pip install -r requirements.txt - Setup database ``` python manage.py makemigrations games -python manage.py migrate games python manage.py makemigrations profiles -python manage.py migrate profiles +python manage.py migrate ``` - Start the developpement server ```