Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typos #186

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down