diff --git a/README.md b/README.md index 8c07e7c..35db2f4 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ go get git.sharkk.net/Go/Router ## Usage ```go -router := router.New() +router := router.New[string]() // Static routes router.Add("GET", "/hello", "...")