Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jun 23, 2010
1 parent f40b88e commit 3ca0670
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions README.markdown
Expand Up @@ -5,6 +5,13 @@ CodeIgniter-Cache is a partial caching library for CodeIgniter. It allows you to
of data to and from the filesystem. By storing complex or large chunks of data in serialized form
on the file system you can relieve stress from the database or simply cache Twitter calls.


Requirements
------------

1. PHP 5.1+
2. CodeIgniter 1.7.x - 2.0-dev

Usage
-----

Expand All @@ -26,17 +33,4 @@ Usage
Installation
------------

Permission your cache folder to be writeable by the web server.


Requirements
------------

Only CodeIgniter


Extra
-----

If you'd like to request changes, report bug fixes, or contact
the developer of this library, email <email@philsturgeon.co.uk>
Permission your cache folder to be writeable by the web server.

0 comments on commit 3ca0670

Please sign in to comment.