diff --git a/README.md b/README.md
index cf20699a3..6736f73da 100644
--- a/README.md
+++ b/README.md
@@ -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.
images, stylesheets, JavaScript | `docker exec -it core_cms sh -c "python manage.py collectstatic --no-input"` |
+| Assets e.g.
images, stylesheets, JavaScript | `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