Daniele Alessandri 12 éve
szülő
commit
0e4604a9bb
1 módosított fájl, 3 hozzáadás és 3 törlés
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -2,9 +2,9 @@
 
 Predis is a flexible and feature-complete PHP (>= 5.3) client library for the Redis key-value store.
 
-The library does not require any additional extension loaded in PHP, but it can be optionally paired
-with the [phpiredis](https://github.com/seppo0010/phpiredis) extension to lower the overhead of the
-serialization and parsing of the Redis protocol. Predis is also available in an asynchronous fashion
+The library does not require any additional extension loaded in PHP but it can be optionally paired
+with the [phpiredis](https://github.com/seppo0010/phpiredis) C extension to lower the overhead of
+serializing and parsing the Redis protocol. Predis is also available in an asynchronous fashion
 through the experimental client provided by the [Predis\Async](http://github.com/nrk/predis-async)
 library.