From 45ee800a34bb75c07a143192bf557d95912ddfc8 Mon Sep 17 00:00:00 2001 From: David Legrand <1110600+davlgd@users.noreply.github.com> Date: Wed, 14 Feb 2024 00:20:44 +0100 Subject: [PATCH] examples: fix static example title (#20821) --- examples/vweb/static_website/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/vweb/static_website/README.md b/examples/vweb/static_website/README.md index dbeba68363..389a77dcf9 100644 --- a/examples/vweb/static_website/README.md +++ b/examples/vweb/static_website/README.md @@ -1,4 +1,4 @@ -# Host the vlang website +# Host a static website Here is an example on how to use the vweb server's static capabilities, to host a static website from the `dist/` folder. Just run the server,