From ebb61603dac4f834b994cac0139a9d36ed38435a Mon Sep 17 00:00:00 2001 From: prophet7821 Date: Tue, 12 Mar 2024 11:39:15 +0530 Subject: [PATCH] fixed typo in readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36fcb2b..2f2b37e 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,12 @@ SpeedBump is a powerful and flexible rate limiting library for Go, designed to p from overuse and to ensure equitable resource access across all users. At its core, SpeedBump utilizes Cloudflare's sliding window counter algorithm, offering a sophisticated approach to rate limiting that balances fairness and efficiency. This method ensures that request limits are enforced smoothly over time, preventing bursts of traffic from -unfairly consuming resources +unfairly consuming resources. ## Installation ```bash -go get github.com/prophet7821/speedbump.git +go get github.com/prophet7821/speedBump.git ```` ## Usage