We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 881d0c0 commit 48eb40cCopy full SHA for 48eb40c
tutorials/building_a_simple_web_blog_with_vweb/README.md
@@ -112,9 +112,7 @@ fn (mut app App) time() vweb.Result {
112
113
<img width=662 src="https://github.com/vlang/v/blob/master/tutorials/building_a_simple_web_blog_with_vweb/img/time.png?raw=true">
114
115
->You have to rebuild and restart the website every time you change the code.
116
-In the future, Vweb will detect changes and recompile the website in the background
117
-while it's running.
+>TIP: run the following command to live-reload the server: `v watch run blog.v`
118
119
The `.text(string)` method returns a plain text document with the provided
120
text, which isn't frequently used in websites.
0 commit comments