diff --git a/README.md b/README.md index e942bd5..de67f36 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Install using composer: Add the service provider to the `'providers'` array in `config/app.php`: - Jenssegers\Rollbar\RollbarServiceProvider::Class, + Jenssegers\Rollbar\RollbarServiceProvider::class, Configuration -------------