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 621aee32b8..9335498964 100644 --- a/tutorials/building_a_simple_web_blog_with_vweb/README.md +++ b/tutorials/building_a_simple_web_blog_with_vweb/README.md @@ -66,7 +66,7 @@ struct App { } fn main() { - vweb.run(8081) + vweb.run(&App{}, 8081) } pub fn (mut app App) index() vweb.Result {