From 59ca2df66c3489f172796fd2d64639adf0cf88b5 Mon Sep 17 00:00:00 2001 From: Jamie York Date: Sat, 18 Jul 2015 19:11:34 +0100 Subject: [PATCH] Cleanup cache descriptions --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1b192fc..1d3ae20 100644 --- a/README.md +++ b/README.md @@ -596,8 +596,8 @@ Libraries to help manage database schemas and migrations. *Libraries for caching data.* * [Alternative PHP Cache (APC)](http://www.php.net/manual/en/book.apc.php) - Open opcode cache for PHP. -* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library (part of Doctrine). -* [Zend Cache](https://github.com/zendframework/Component_ZendCache) - A caching library (part of Zend Framework 2). +* [Doctrine Cache](https://github.com/doctrine/cache) - A caching library. +* [Zend Cache](https://github.com/zendframework/Component_ZendCache) - Another caching library (ZF2). * [Stash](https://github.com/tedivm/Stash) - Another library for caching. ## Data Structure and Storage