From bd5f56e87173e25b0cf88deb83ae6b9b1b8e74e5 Mon Sep 17 00:00:00 2001 From: Nathan Park Date: Wed, 25 May 2016 11:03:09 -0700 Subject: [PATCH] Updated README.md with new mLab name Submitting on behalf of mLab, please change Mongolab to mLab to reflect our recent name change. Thanks. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bf27affba..3325099cf9 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se * You now have a database named "dev" that contains your Parse data * Install ngrok and you can test with devices -### Getting Started With Heroku + Mongolab Development +### Getting Started With Heroku + mLab Development #### With the Heroku Button @@ -26,7 +26,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se * Clone the repo and change directory to it * Log in with the [Heroku Toolbelt](https://toolbelt.heroku.com/) and create an app: `heroku create` -* Use the [MongoLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox --app YourAppName` +* Use the [mLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox --app YourAppName` * By default it will use a path of /parse for the API routes. To change this, or use older client SDKs, run `heroku config:set PARSE_MOUNT=/1` * Deploy it with: `git push heroku master`