veb: fix vweb_livereload reference to veb_livereload (#22171)

This commit is contained in:
Kim Shrier 2024-09-06 23:46:21 -06:00 committed by GitHub
parent 61609454d6
commit 0158b54b7b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,7 +14,7 @@ features.
## Quick Start
Run your veb app with a live reload via `v -d vweb_livereload watch run .`
Run your veb app with a live reload via `v -d veb_livereload watch run .`
Now modifying any file in your web app (whether it's a .v file with the backend logic
or a compiled .html template file) will result in an instant refresh of your app