Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mchev committed Feb 13, 2023
1 parent 356f2f7 commit 41566d3
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 @@ -9,7 +9,7 @@ Banhammer allows you to ban any Model by key and by IP. You also can just ban/un

## Version Compatibility

Laravel | banhammer
Laravel | Banhammer
:---------------------|:----------
^9.0 | 1.x.x
^10.0 | 1.x.x
Expand Down Expand Up @@ -156,7 +156,7 @@ Route::middleware(['ip.banned', 'auth.banned'])->group(function () {
});
```

> If you want to block IPs on every HTTP request of your application, list `Mchev\Banhammer\Middleware\IPBanned` in the $middleware property of your app/Http/Kernel.php class.
> If you want to block IPs on every HTTP request of your application, list `Mchev\Banhammer\Middleware\IPBanned` in the `$middleware` property of your `app/Http/Kernel.php` class.
### Scheduler

Expand Down

0 comments on commit 41566d3

Please sign in to comment.