Skip to content

Commit

Permalink
README: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VojtechVitek committed Aug 8, 2024
1 parent 62dba55 commit 99b3b69
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 @@ -90,7 +90,7 @@ r.Use(httprate.Limit(
))
```

### Send specific response for errors returned by the LimitCounter implementation
### Send specific response for backend errors

```go
r.Use(httprate.Limit(
Expand All @@ -108,7 +108,7 @@ r.Use(httprate.Limit(
```


### Send custom custom response headers
### Send custom response headers

```go
r.Use(httprate.Limit(
Expand Down

0 comments on commit 99b3b69

Please sign in to comment.