From 5850029f893cefe9aeeeb046ea18a5866f890cc5 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 28 May 2016 20:28:18 +0200 Subject: [PATCH] Update README. [ci skip] --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6e0732cf..c6612430 100644 --- a/README.md +++ b/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