From f8f0376dbeeeb4ec032470de938fe66c2a08c8e9 Mon Sep 17 00:00:00 2001 From: Joao Goncalves Date: Fri, 31 Oct 2025 01:50:43 -0100 Subject: [PATCH] docs: update readme --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 20a0192..bb54769 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ Pure Go reactive web framework. ### Why Via? Somewhere along the way, the web became tangled in layers of JavaScript, build chains, and frameworks stacked on frameworks. - Via takes a radical stance: - No templates. - No JavaScript. @@ -15,7 +14,6 @@ Via takes a radical stance: - Pure Go. ### Example -``` ```go package main @@ -54,10 +52,7 @@ func main() { v.Start(":3000") } ``` - -> ⚠️Via is in its infancy. Things will break often. -``` -``` +> ⚠️Via is in it's infancy. Things will break often. ### Contributing Via is intentionally minimal — and so is contributing.