Update README.md

This commit is contained in:
juancwu 2026-04-26 01:59:57 +00:00
commit 9e956b563b

View file

@ -7,7 +7,7 @@ A small, idiomatic wrapper around Go 1.22+ `net/http.ServeMux` that adds method-
Requires Go 1.22 or later (uses `http.ServeMux`'s method+pattern syntax and `r.PathValue`).
```sh
go get git.juancwu.dev/juancwu/lightmux
go get git.juancwu.dev/juancwu/lightmux@v0.1.0
```
## Quick start