Skip to content

Commit c1a4d13

Browse files
authored
Merge pull request #14 from SoapBox/change/readme
Update readme to use the new middleware path
2 parents a489f4f + b41db54 commit c1a4d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Each of the settings above allows for a different level of configuration.
5757
Signed Requests includes a middleware to validate the signature of a request for your automatically. To get started, add the following middleware to the `$routeMiddleware` property of your `app/Http/Kernel.php` file.
5858

5959
```php
60-
'verify-signature' => \SoapBox\SignedRequests\Middlewares\VerifySignature::class
60+
'verify-signature' => \SoapBox\SignedRequests\Middlewares\Laravel\VerifySignature::class
6161
```
6262

6363
### Verify the Signature

0 commit comments

Comments
 (0)