Skip to content

Commit

Permalink
Merge pull request #80 from spoyntersmith/patch-1
Browse files Browse the repository at this point in the history
Fix wrong class in readme.md
  • Loading branch information
freekmurze committed Feb 22, 2022
2 parents 8dc3364 + 79f6999 commit 8ceefc6
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 8ceefc6

Please sign in to comment.