Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tomas-novotny committed Jan 11, 2020
1 parent b00d244 commit 3c86646
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 @@ -34,7 +34,7 @@ For Laravel 5.4 and below it necessary to register the service provider in `conf
```php
'providers' => [
// ...
Illuminate\Cache\CacheServiceProvider::class,
Inspirum\Mcrouter\Providers\McrouterServiceProvider::class,
]
```

Expand Down

0 comments on commit 3c86646

Please sign in to comment.