浏览代码

Update README.

[ci skip]
Daniele Alessandri 8 年之前
父节点
当前提交
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