From e0c0c12bc8e8bbc6778ba267c7e6bff42beb1c68 Mon Sep 17 00:00:00 2001 From: Sahat Yalkabov Date: Tue, 4 Feb 2014 04:51:34 -0500 Subject: [PATCH] Added deployment link to Table of Contents --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fba7ec78e5..b52ca2436c 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Table of Contents - [Recommended Client-Side libraries](#recommended-client-side-libraries) - [Pro Tips](#pro-tips) - [FAQ](#faq) +- [Deployment](#deployment) - [TODO](#todo) - [Contributing](#contributing) - [License](#license) @@ -768,7 +769,7 @@ experience, **Heroku** is the easiest to get started with, it will automatically - Finally, in `secrets.js` instead of `db: 'localhost'`, use the following URI with your credentials: - `db: 'mongodb://:@ds027479.mongolab.com:27479/'` -**:exclamation:Note**: As an alternative to MongoLab there is also [MongoHQ[(http://www.mongohq.com/home). +**:exclamation:Note**: As an alternative to MongoLab there is also [MongoHQ](http://www.mongohq.com/home). ### Heroku