diff --git a/tutorials/building_a_simple_web_blog_with_vweb/README.md b/tutorials/building_a_simple_web_blog_with_vweb/README.md index 74c1cc8a65..621aee32b8 100644 --- a/tutorials/building_a_simple_web_blog_with_vweb/README.md +++ b/tutorials/building_a_simple_web_blog_with_vweb/README.md @@ -72,7 +72,6 @@ fn main() { pub fn (mut app App) index() vweb.Result { return app.text('Hello world from vweb!') } - ``` Run it with