docs: update readme

This commit is contained in:
Joao Goncalves
2025-10-31 01:50:43 -01:00
parent 3f3c54f988
commit f8f0376dbe

View File

@@ -3,7 +3,6 @@ Pure Go reactive web framework.
### Why Via? ### Why Via?
Somewhere along the way, the web became tangled in layers of JavaScript, build chains, and frameworks stacked on frameworks. Somewhere along the way, the web became tangled in layers of JavaScript, build chains, and frameworks stacked on frameworks.
Via takes a radical stance: Via takes a radical stance:
- No templates. - No templates.
- No JavaScript. - No JavaScript.
@@ -15,7 +14,6 @@ Via takes a radical stance:
- Pure Go. - Pure Go.
### Example ### Example
```
```go ```go
package main package main
@@ -54,10 +52,7 @@ func main() {
v.Start(":3000") v.Start(":3000")
} }
``` ```
> Via is in it's infancy. Things will break often.
> Via is in its infancy. Things will break often.
```
```
### Contributing ### Contributing
Via is intentionally minimal — and so is contributing. Via is intentionally minimal — and so is contributing.