Skip to content

Commit

Permalink
Fix Mongolab link for creating new database
Browse files Browse the repository at this point in the history
  • Loading branch information
wok committed Nov 6, 2013
1 parent 1fa863c commit 64db1df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -88,7 +88,7 @@ Our client application is a straight HTML/Javascript application but our develop
### Configure Server
The server stores its data in a MongoLab database.
* Create an account at MongoLab - it's free: [https://mongolab.com/signup/].
* Create a database to use for this application: [https://mongolab.com/newdb]
* Create a database to use for this application: [https://mongolab.com/create]
* Grab your API key: [https://mongolab.com/user?username=YOUR_USERNAME_HERE]
* Edit `server/config.js` to set your MongoLab API Key and the name of the database you created.

Expand Down

0 comments on commit 64db1df

Please sign in to comment.