Minor fix in readme.

[ci skip]
This commit is contained in:
Daniele Alessandri
2013-02-02 10:48:22 +01:00
parent d3930ea298
commit e9fdc47d3f
+1 -1
View File
@@ -140,7 +140,7 @@ $client = new Predis\Client('tcp://127.0.0.1', array(
```
For a more in-depth insight on how to create new connection backends you can look at the actual
implementation of the classes contained in `Predis\Connection` namespace.
implementation of the classes contained in the `Predis\Connection` namespace.
### Defining and registering new commands on the client at runtime ###