Skip to content

Commit

Permalink
Fix typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rdarcy1 committed Apr 5, 2019
1 parent 3560859 commit 72a5bcc
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 @@ -6,7 +6,7 @@ A simple block for your [Laravel](https://laravel.com) app to prevent access wit

* Install Blockade using composer: `composer require konsulting/laravel-blockade`

* If you are using Laravel 5.5, the package will make the serivce provider available for auto-discovery.
* If you are using Laravel 5.5, the package will make the service provider available for auto-discovery.
If you are using an earlier version of Laravel, add Blockade's Service Provider to `config/app.php`

```php
Expand Down

0 comments on commit 72a5bcc

Please sign in to comment.