Correct facade class path in Readme #1

This commit is contained in:
Tom Lingham
2014-07-23 00:20:23 +10:00
parent 4907f693e7
commit 7e4278bcb8

View File

@ -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'
```