Skip to content

Commit

Permalink
fix simple typo
Browse files Browse the repository at this point in the history
  • Loading branch information
lpmi-13 committed Aug 10, 2018
1 parent c839d00 commit fc92fd9
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 @@ -21,7 +21,7 @@ composer require rtconner/laravel-tagging "~2.2"

#### Install and then Run the migrations

The service provider does not load on every page load, so it should not slow down your app. In `config/app.php` You may add the the `TaggingServiceProvider` in the providers array as follows:
The service provider does not load on every page load, so it should not slow down your app. In `config/app.php` You may add the `TaggingServiceProvider` in the providers array as follows:

> If you're using Laravel 5.5+ let the package auto discovery make this for you.
Expand Down

0 comments on commit fc92fd9

Please sign in to comment.