From b12ac1226265d26d8438a65df48b235c2be03ea2 Mon Sep 17 00:00:00 2001 From: Anton Paramonov Date: Wed, 23 Dec 2015 18:21:38 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 254b21e..fcf032a 100644 --- a/README.md +++ b/README.md @@ -110,9 +110,9 @@ $config['modules'] = array ); ``` -4. This module provides several cache drivers: - * Memcached (need install php-memcached extension). Config application/config/cache/memcached.php. - * Igbinaryfile (need install php-igbinary) - * Jsonfile - * Msgpackfile (need install php-msgpack) - * PHP (some reasons some times need for developers) +This module provides several cache drivers: +* Memcached (need install php-memcached extension). Config application/config/cache/memcached.php. +* Igbinaryfile (need install php-igbinary) +* Jsonfile +* Msgpackfile (need install php-msgpack) +* PHP (some reasons some times need for developers)