diff --git a/README.md b/README.md
index ec10257..f667e81 100644
--- a/README.md
+++ b/README.md
@@ -43,3 +43,9 @@ ddev drush -y rsync --exclude-paths=css:js:php --verbose @live:%files/ @self:%fi
 ```shell
 ddev npm run sass-dev
 ```
+
+Or when ready to commit for production deploy:
+
+```
+ddev npm run sass-prod
+```