Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Webklex committed Oct 15, 2020
1 parent 645557d commit ae82100
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 @@ -234,7 +234,7 @@ protected $commands = [
\Webklex\IMAP\Commands\ImapIdleCommand::class,
];
```
Now register an event listener as described by [here](https://laravel.com/docs/7.x/events#event-subscribers).
Now register an event listener as described by [the laravel docs](https://laravel.com/docs/7.x/events#event-subscribers).
If you don't use the default account, or if you want to add some of your own magic, you'll need to create a
custom command (see next section).

Expand Down

0 comments on commit ae82100

Please sign in to comment.