Pārlūkot izejas kodu

Fix README.

[ci skip]
Daniele Alessandri 8 gadi atpakaļ
vecāks
revīzija
6964f060b3
1 mainītis faili ar 3 papildinājumiem un 3 dzēšanām
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -98,9 +98,9 @@ $client = new Predis\Client('unix:/path/to/redis.sock');
 ```
 
 The client can leverage TLS/SSL encryption to connect to secured remote Redis instances without the
-the need to configure an SSL proxy like stunnel. This can be useful when connecting to nodes running
-on various cloud hosting providers. Encryption can be enabled with the use the `tls` scheme and an
-array of suitable [options](http://php.net/manual/context.ssl.php) passed via the `ssl` parameter:
+need to configure an SSL proxy like stunnel. This can be useful when connecting to nodes running on
+various cloud hosting providers. Encryption can be enabled with using the `tls` scheme and an array
+of suitable [options](http://php.net/manual/context.ssl.php) passed via the `ssl` parameter:
 
 ```php
 // Named array of connection parameters: