Fix readme init example

This commit is contained in:
Sky Johnson 2024-09-05 14:14:52 -05:00
parent 4951463d77
commit 0dc5189e35

View File

@ -12,7 +12,7 @@ go get git.sharkk.net/Go/Router
## Usage
```go
router := router.New[string]()
router := router.New()
// Static routes
router.Add("GET", "/hello", "...")