Update README.

[ci skip]
This commit is contained in:
Daniele Alessandri
2014-07-25 16:33:03 +02:00
parent 70d1c116b6
commit dea768044c
+1 -1
View File
@@ -181,7 +181,7 @@ in clustering mode using client-side sharding. If you, on the other hand, want t
```php
$parameters = ['tcp://10.0.0.1', 'tcp://10.0.0.2'];
$options = ['cluster' => redis];
$options = ['cluster' => 'redis'];
$client = new Predis\Client($parameters, $options);
```