From a3b1e45214a80da82e3cb21a3b76f7b9055fe9ed Mon Sep 17 00:00:00 2001 From: Mark Hester Date: Fri, 22 Jun 2018 14:03:05 +0100 Subject: [PATCH] Corrected typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6800b6b..41944e8 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Behavior can be changed by modifying the `scout.mysql` Laravel configuration val * `scout.mysql.mode` - The [mode](#mode) used to determine how the driver runs search queries. Acceptable values are `NATURAL_LANGUAGE`,`BOOLEAN`,`LIKE` and `LIKE_EXPANDED`. -* `scout.mysql.model_directories` - If no model parameter is provided to the included `php artisian scout:mysql-index` +* `scout.mysql.model_directories` - If no model parameter is provided to the included `php artisan scout:mysql-index` command the directories defined here will be searched for Model's with the `Laravel\Scout\Searchable` trait and a MySQL connection.