From a63a206ff68b5b64ea8f503f761d2071f9293566 Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 9 May 2014 18:32:54 -0600 Subject: [PATCH] Added redis security warning --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 912eaa4..2efd64f 100644 --- a/README.md +++ b/README.md @@ -152,7 +152,7 @@ a good pool operator. For starters be sure to read: #### 1) Downloading & Installing -[*Redis security warning*](http://redis.io/topics/security): be sure firewall access to redis, and easy way is to include `bind 127.0.0.1` in your `redis.conf` file +[**Redis security warning**](http://redis.io/topics/security): be sure firewall access to redis, and easy way is to include `bind 127.0.0.1` in your `redis.conf` file Clone the repository and run `npm update` for all the dependencies to be installed: