Explorar o código

Fix README.

[ci skip]
Daniele Alessandri %!s(int64=9) %!d(string=hai) anos
pai
achega
c1795de1f3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -201,7 +201,7 @@ the `service` option set to the name of the service:
 
 ```php
 $sentinels = ['tcp://10.0.0.1', 'tcp://10.0.0.2', 'tcp://10.0.0.3'];
-$options   = ['replication' => 'redis-sentinel', 'service' => 'mymaster'];
+$options   = ['replication' => 'sentinel', 'service' => 'mymaster'];
 
 $client = new Predis\Client($sentinels, $options);
 ```