From 7e4278bcb8b819246d3e7b87748982ab208dffab Mon Sep 17 00:00:00 2001 From: Tom Lingham Date: Wed, 23 Jul 2014 00:20:23 +1000 Subject: [PATCH] Correct facade class path in Readme #1 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c9a4e0b..174c167 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add the service provider to the `providers` array in Laravel's app/config/app.ph Add the Alias to the `aliases` array in Laravel's app/config/app.php file: ```php -'Searchy' => 'TomLingham\Searchy\SearchBuilder' +'Searchy' => 'TomLingham\Searchy\Facades\Searchy' ```