Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/erikdubbelboer/phpRedisAdmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Dubbelboer <erik@dubbelboer.com>2016-05-21 09:55:20 +0300
committerErik Dubbelboer <erik@dubbelboer.com>2016-05-21 09:55:20 +0300
commit961e1d5ae94152b7494048b2df5e5f1a6e01b574 (patch)
treeb88fa358a79146d842589a8b1fb921550d8a9f8e
parent3a2655dde6bcc58d72770256bdbf0ec66e54f8d8 (diff)
Fix #96
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 29a93cd..115bcfc 100644
--- a/README.markdown
+++ b/README.markdown
@@ -28,7 +28,7 @@ curl -s http://getcomposer.org/installer | php
php composer.phar create-project -s dev erik-dubbelboer/php-redis-admin path/to/install
```
-You may also want to copy includes/config.simple.inc.php to includes/config.inc.php
+You may also want to copy includes/config.sample.inc.php to includes/config.inc.php
and edit it with your specific redis configuration.
Instead of using composer, you can also do a manual install using: