Skip to content

Commit

Permalink
docs(README): capitalize a word
Browse files Browse the repository at this point in the history
  • Loading branch information
wesleyboar authored Nov 28, 2023
1 parent eb927c5 commit 5d26e2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ make start
| Node dependencies | `npm ci` |
| CSS stylesheets | `npm run build:css` |
| UI Demo | `npm run build:ui-demo` |
| assets e.g.<br><small>images, stylesheets, JavaScript</small> | `docker exec -it core_cms sh -c "python manage.py collectstatic --no-input"` |
| Assets e.g.<br><small>images, stylesheets, JavaScript</small> | `docker exec -it core_cms sh -c "python manage.py collectstatic --no-input"` |
| Python models | `docker exec -it core_cms sh -c "python manage.py migrate"` |

## Develop Project
Expand Down

0 comments on commit 5d26e2b

Please sign in to comment.