From fc92fd9a3561fb2c1bcc043005a84919113b9584 Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 10 Aug 2018 22:32:36 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10832a1..791eb8c 100644 --- a/README.md +++ b/README.md @@ -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.