Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
prophet7821 committed Mar 12, 2024
1 parent 8b4b15e commit ebb6160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ebb6160

Please sign in to comment.