Skip to content

Commit

Permalink
Fix README.
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
nrk committed May 22, 2016
1 parent d31a4c7 commit 52d5b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ the parameters must use the `unix` scheme and specify a path for the socket file

```php
$client = new Predis\Client(['scheme' => 'unix', 'path' => '/path/to/redis.sock']);
$client = new Predis\Client('unix:/path/to/redis.sock');
$client = new Predis\Client('unix:///path/to/redis.sock');
```

The connection schemes [`redis`](http://www.iana.org/assignments/uri-schemes/prov/redis) (alias of
Expand Down

0 comments on commit 52d5b23

Please sign in to comment.