From 4f717574027e695a1a84e6c9dc5becd6ffc9aa10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ho=C5=99ava?= Date: Tue, 16 Jun 2015 19:05:11 -0700 Subject: [PATCH] fix typos --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4be8238c9..8a1fa17aa 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ BrowserQuest It has three major parts: * the server side, which runs using Node.js -* the client side, which runs using javascript in your browser +* the client side, which runs using JavaScript in your browser * the database side, which runs using Redis Browser Support @@ -221,7 +221,7 @@ Where [NAME] is an optional name for your application (Heroku will automatically $ heroku config:add HEROKU_REDIS_PORT=[REDIS_PORT] $ heroku config:add HEROKU_REDIS_PASSWORD=[REDIS_PASSWORD] -Where [REDIS_HOST], [REDIS_PORT], and [REDIS_PASSOWRD] are your Redis hostname, port, and password, respectively. +Where [REDIS_HOST], [REDIS_PORT], and [REDIS_PASSWORD] are your Redis hostname, port, and password, respectively. If you Redis instance is configued without a password, omit the last command. Note: If you use RedisToGo, you will be provided with a URL that looks something like this: