Skip to content

Commit 5850029

Browse files
committed
Update README.
[ci skip]
1 parent f64bd83 commit 5850029

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,14 +235,14 @@ must be provided via the global `parameters` client option. This option can also
235235
a different database index. The client options array would then look like this:
236236

237237
```php
238-
$options = [
238+
$options = [
239239
'replication' => 'sentinel',
240240
'service' => 'mymaster',
241241
'parameters' => [
242242
'password' => $secretpassword,
243243
'database' => 10,
244244
],
245-
];
245+
];
246246
```
247247

248248
While Predis is able to distinguish commands performing write and read-only operations, `EVAL` and

0 commit comments

Comments
 (0)