Update README.md

Small typo, the source file is ./make_style.sh, not ./make_style
This commit is contained in:
Tran Trong Nghia 2022-12-21 11:48:00 +07:00 committed by GitHub
parent 52dea1a3bd
commit 78ab7b752a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -91,7 +91,7 @@ Most of the steps are similar to Django tutorials. Here are two usual steps:
2. Update styles (using SASS)
- Change .css/.scss files in `resources` folder
- ```./make_style && python manage.py collectstatic```
- ```./make_style.sh && python manage.py collectstatic```
- Sometimes you need to `Ctrl + F5` to see the new user interface in browser.
## Screenshots