Skip to content

Commit

Permalink
Resolved conflicts in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
neelkanthk committed Oct 21, 2020
2 parents b74c4c8 + d94195b commit 0b9e909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ php artisan surveillance:remove ip 192.5.4.3

#### You can use the 'surveillance' middleware on any route or route group just like any other middleware.

#### _NOTE: The middleware looks for the browser fingerprint in the header name as set in the `fingerprint-header-key` inside `config/surveillance.php`_
### _NOTE: The middleware looks for the browser fingerprint in the header name as set in the `fingerprint-header-key` inside `config/surveillance.php`_

```php
Route::middleware(["surveillance"])->get('/', function () {
Expand Down

0 comments on commit 0b9e909

Please sign in to comment.