Skip to content

Commit

Permalink
Fix wrong class in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
spoyntersmith committed Feb 22, 2022
1 parent 8dc3364 commit 79f6999
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 @@ -45,7 +45,7 @@ This package contains a mail transport called `preview`. We recommend to only us

### Registering the preview middleware route

The package can display a link to sent mails whenever they are sent. To use this feature, you must add the `Spatie\MailPreview\Http\Middleware\AddMailPreviewPopupToResponse` middleware to the `web` middleware group in your kernel.
The package can display a link to sent mails whenever they are sent. To use this feature, you must add the `Spatie\MailPreview\Http\Middleware\AddMailPreviewOverlayToResponse` middleware to the `web` middleware group in your kernel.

```php
// in app/Http/Kernel.php
Expand Down

0 comments on commit 79f6999

Please sign in to comment.