Explorar o código

Update README.

[ci skip]
Daniele Alessandri %!s(int64=8) %!d(string=hai) anos
pai
achega
5850029f89
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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:
 a different database index. The client options array would then look like this:
 
 
 ```php
 ```php
-$options   = [
+$options = [
     'replication' => 'sentinel',
     'replication' => 'sentinel',
     'service' => 'mymaster',
     'service' => 'mymaster',
     'parameters' => [
     'parameters' => [
         'password' => $secretpassword,
         'password' => $secretpassword,
         'database' => 10,
         'database' => 10,
     ],
     ],
-  ];
+];
 ```
 ```
 
 
 While Predis is able to distinguish commands performing write and read-only operations, `EVAL` and
 While Predis is able to distinguish commands performing write and read-only operations, `EVAL` and