Update README.md

This commit is contained in:
Tom
2015-06-15 09:41:14 +10:00
parent 2d97e22094
commit 2f2aa7673f

View File

@ -83,7 +83,7 @@ This will, however, also return the `relevance` aliased column regardless of wha
Configuration
----------------------------------------
You can publish the configuration file to your `app` directory and override the settings by running `php artisan config:publish tom-lingham/searchy`
You can publish the configuration file to your `app` directory and override the settings by running `php artisan vendor:publish` to copy the configuration to your config folder as `searchy.php`
You can set the default driver to use for searches in the configuration file. Your options (at this stage) are: `fuzzy`, `simple` and `levenshtein`.