Skip to content
This repository has been archived by the owner on Feb 5, 2023. It is now read-only.

Commit

Permalink
Fixed error in readme config example (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasvdh authored and ErickTamayo committed Oct 13, 2017
1 parent 6125eaa commit 06478d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,10 @@ After you've published the Laravel Scout package configuration:
...
'elasticsearch' => [
'index' => env('ELASTICSEARCH_INDEX', 'laravel'),
'hosts' => [
env('ELASTICSEARCH_HOST', 'http://localhost'),
'config' => [
'hosts' => [
env('ELASTICSEARCH_HOST', 'http://localhost'),
],
],
],
...
Expand Down

0 comments on commit 06478d5

Please sign in to comment.