Skip to content

Commit a6bdb87

Browse files
poplarymichael-grunder
authored andcommitted
Fixed README, add the missing single quote mark.
1 parent 305c158 commit a6bdb87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ $redis->auth(['phpredis', 'haxx00r']);
295295
$redis->auth(['foobared']);
296296

297297
/* You can also use an associative array specifying user and pass */
298-
$redis->auth(['user' => 'phpredis', 'pass' => 'phpredis]);
298+
$redis->auth(['user' => 'phpredis', 'pass' => 'phpredis']);
299299
$redis->auth(['pass' => 'phpredis']);
300300
~~~
301301

0 commit comments

Comments
 (0)