Skip to content

Commit

Permalink
Fix typo in example class for custom events
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Dec 1, 2017
1 parent 70ede07 commit 90030aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ Common user events are automatically recorded:

To make custom events, simple get MixPanel from the IoC using DI:
```php
use GeneaLabs\LaravelMixPanel\LaravelMixPanel;
use GeneaLabs\LaravelMixpanel\LaravelMixpanel;

class MyClass
{
Expand Down

0 comments on commit 90030aa

Please sign in to comment.