Skip to content

Commit

Permalink
Update readme to use the new middleware path
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Hayes authored May 10, 2017
1 parent a489f4f commit b41db54
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 @@ -57,7 +57,7 @@ Each of the settings above allows for a different level of configuration.
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.

```php
'verify-signature' => \SoapBox\SignedRequests\Middlewares\VerifySignature::class
'verify-signature' => \SoapBox\SignedRequests\Middlewares\Laravel\VerifySignature::class
```

### Verify the Signature
Expand Down

0 comments on commit b41db54

Please sign in to comment.