diff --git a/README.md b/README.md index 44116c2..731594d 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ To get the latest version, simply require the project using [Composer](https://g $ composer require alt-three/segment ``` -Once installed, you need to register the `AltThree\Segment\SegmentServiceProvider` service provider in your `config/app.php`. +Once installed, you need to register the `AltThree\Segment\SegmentServiceProvider` service provider in your `config/app.php`, or if you're using Laravel 5.5, this can be done via the automatic package discovery. ## Configuration