From c4a329cae5a68177fe68282f70349151570f487a Mon Sep 17 00:00:00 2001 From: Eric Mann <eric@eamann.com> Date: Mon, 25 Mar 2013 17:11:44 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0cc7bc8..e4eae81 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A WordPress object cache backend that implements all available methods using Red * Eric Mann ## Installation -1. Install and configure Redis. There is a good tutorial (here)[http://www.saltwebsites.com/2012/install-redis-245-service-centos-6]. +1. Install and configure Redis. There is a good tutorial [here](http://www.saltwebsites.com/2012/install-redis-245-service-centos-6). 2. Install Predis (included in this repository as a submodule) in the `/wp-content/predis` directory, since that's where the object cache expects it to reside. 3. Add object-cache.php to the wp-content directory. It is a drop-in file, not a plugin, so it belongs in the wp-content directory, not the plugins directory. -4. By default, the script will connect to Redis at 127.0.0.1:6379. \ No newline at end of file +4. By default, the script will connect to Redis at 127.0.0.1:6379. -- GitLab