Skip to content

Commit

Permalink
Update documentation for Laravel config
Browse files Browse the repository at this point in the history
  • Loading branch information
marcqualie committed Jun 1, 2015
1 parent 32934d9 commit dd55c72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Find the `providers` key in your `app/config/app.php` and register the Statsd Se
```php
'providers' => array(
// ...
'League\Statsd\Laravel\Provider\StatsdServiceProvider',
'League\StatsD\Laravel\Provider\StatsdServiceProvider',
)
```

Expand All @@ -37,7 +37,7 @@ Find the `aliases` key in your `app/config/app.php` and add the Statsd Facade Al
```php
'aliases' => array(
// ...
'Statsd' => 'League\Statsd\Laravel\Facade\StatsdFacade',
'Statsd' => 'League\StatsD\Laravel\Facade\StatsdFacade',
)
```

Expand Down

0 comments on commit dd55c72

Please sign in to comment.