From b38460e3af614bacaba79a31414264ee73b6a8cf Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Sat, 18 Apr 2026 05:28:10 -0600 Subject: [PATCH] README: fix import Signed-off-by: Carl Pearson --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 218733d..783d91e 100644 --- a/README.md +++ b/README.md @@ -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