Fix readme example

This commit is contained in:
Sky Johnson 2024-09-06 08:17:10 -05:00
parent 34e8d28e95
commit cfdd687bb7

View File

@ -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", "...")