README: fix import

Signed-off-by: Carl Pearson <pearson@rigel.local>
This commit is contained in:
2026-04-18 05:28:10 -06:00
parent cf6d36d7cb
commit b38460e3af

View File

@@ -5,7 +5,7 @@ Small in-memory rate-limiting middleware for [Echo](https://github.com/labstack/
## Install
```bash
go get github.com/labstack/echo/v4
go get git.carlpearson.net/cwpearson/echo-ratelimit@latest
```
## Usage