Fix readme example use of watchexec

This commit is contained in:
Eli Ribble 2026-03-19 05:45:54 +00:00
parent ab5840dd54
commit dad867a356
No known key found for this signature in database

View file

@ -89,5 +89,5 @@ This uses [goose](https://github.com/pressly/goose). You can use the goose comma
For iterating on styles
```
watchexec -e *.scss sass scss/custom.scss:html/static/css/bootstrap.css
watchexec -e scss sass scss/custom.scss:html/static/css/bootstrap.css
```