From c2227addffdc8a88d7eae1f7d73852d943cdea4c Mon Sep 17 00:00:00 2001 From: Alexander Medvednikov Date: Thu, 15 Apr 2021 07:42:14 +0300 Subject: [PATCH] tutorials: vfmt blog --- tutorials/building_a_simple_web_blog_with_vweb/README.md | 1 - 1 file changed, 1 deletion(-) 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