From 0158b54b7bc871c2514cfe572d26b086e66a430c Mon Sep 17 00:00:00 2001 From: Kim Shrier Date: Fri, 6 Sep 2024 23:46:21 -0600 Subject: [PATCH] veb: fix `vweb_livereload` reference to `veb_livereload` (#22171) --- vlib/veb/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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