From 3c86646e0a7d14276669654aa4696c40a8592bfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Novotn=C3=BD?= Date: Sat, 11 Jan 2020 18:39:36 +0100 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e8acb0e..07b314c 100755 --- a/README.md +++ b/README.md @@ -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, ] ```