Browse Source

fixed typo in README

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
91998d03a7
  1. 2
      extensions/elasticsearch/README.md

2
extensions/elasticsearch/README.md

@ -13,7 +13,7 @@ return [
'components' => [ 'components' => [
'elasticsearch' => [ 'elasticsearch' => [
'class' => 'yii\elasticsearch\Connection', 'class' => 'yii\elasticsearch\Connection',
'hosts' => [ 'nodes' => [
['http_address' => '127.0.0.1:9200'], ['http_address' => '127.0.0.1:9200'],
// configure more hosts if you have a cluster // configure more hosts if you have a cluster
], ],

Loading…
Cancel
Save