thephpleague / statsd

A library for working with StatsD
MIT License
351 stars 56 forks source link

typo in laravel config lines #18

Closed pepijnblom closed 9 years ago

pepijnblom commented 9 years ago

On my mac I need to use

'Statsd' => 'League\StatsD\Laravel\Facade\StatsdFacade',
and
'League\StatsD\Laravel\Provider\StatsdServiceProvider',

With capital D in StatsD instead of Statsd

marcqualie commented 9 years ago

I have updated the README, thanks for reporting this