소스 검색

Update README.

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

+ 2 - 2
README.md

@@ -235,14 +235,14 @@ must be provided via the global `parameters` client option. This option can also
 a different database index. The client options array would then look like this:
 
 ```php
-$options   = [
+$options = [
     'replication' => 'sentinel',
     'service' => 'mymaster',
     'parameters' => [
         'password' => $secretpassword,
         'database' => 10,
     ],
-  ];
+];
 ```
 
 While Predis is able to distinguish commands performing write and read-only operations, `EVAL` and