From 3f3c54f988fd824078db001a798070709067381d Mon Sep 17 00:00:00 2001 From: Joao Goncalves Date: Fri, 31 Oct 2025 01:46:58 -0100 Subject: [PATCH] docs: update readme --- README.md | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 8ae0630..20a0192 100644 --- a/README.md +++ b/README.md @@ -5,22 +5,14 @@ Pure Go reactive web framework. 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. - -No transpilation. - -No hydration. - -No front-end fatigue. - -Single SSE (Server Sent Events) connection. - -Full reactivity in the browser. - -Pure Go. +- No templates. +- No JavaScript. +- No transpilation. +- No hydration. +- No front-end fatigue. +- Single SSE stream. +- Full reactivity +- Pure Go. ### Example ```