Explorar o código

Fix README.

[ci skip]
Daniele Alessandri %!s(int64=9) %!d(string=hai) anos
pai
achega
52d5b23db7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -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