From 9e956b563bee246c6246e9878059c36b2197b74a Mon Sep 17 00:00:00 2001 From: juancwu Date: Sun, 26 Apr 2026 01:59:57 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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