소스 검색

Update README.

[ci skip]
Daniele Alessandri 10 년 전
부모
커밋
f630ff809f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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);
 ```