diff --git a/README.md b/README.md index de35e01..d843b39 100644 --- a/README.md +++ b/README.md @@ -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