diff --git a/vlib/veb/README.md b/vlib/veb/README.md index a9219c6f1c..43c50b2866 100644 --- a/vlib/veb/README.md +++ b/vlib/veb/README.md @@ -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