Navigation Menu

Skip to content

Commit

Permalink
Merge pull request #153 from lpmi-13/typofix
Browse files Browse the repository at this point in the history
fix simple typo
  • Loading branch information
rtconner committed Aug 13, 2018
2 parents c839d00 + fc92fd9 commit 6f58920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
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 6f58920

Please sign in to comment.