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 10f839495b..8535499d36 100644 --- a/tutorials/building_a_simple_web_blog_with_vweb/README.md +++ b/tutorials/building_a_simple_web_blog_with_vweb/README.md @@ -220,9 +220,9 @@ import sqlite import vweb struct App { -pub mut: - vweb vweb.Context - db sqlite.DB + vweb.Context +mut: + db sqlite.DB } ```