Browse Source

Correct facade class path in Readme #1

master
Tom Lingham 10 years ago
parent
commit
7e4278bcb8
  1. 2
      README.md

2
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: Add the Alias to the `aliases` array in Laravel's app/config/app.php file:
```php ```php
'Searchy' => 'TomLingham\Searchy\SearchBuilder'
'Searchy' => 'TomLingham\Searchy\Facades\Searchy'
``` ```

Loading…
Cancel
Save