Skip to content

Commit bd5f56e

Browse files
committed
Updated README.md with new mLab name
Submitting on behalf of mLab, please change Mongolab to mLab to reflect our recent name change. Thanks.
1 parent 5eea333 commit bd5f56e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
1616
* You now have a database named "dev" that contains your Parse data
1717
* Install ngrok and you can test with devices
1818

19-
### Getting Started With Heroku + Mongolab Development
19+
### Getting Started With Heroku + mLab Development
2020

2121
#### With the Heroku Button
2222

@@ -26,7 +26,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
2626

2727
* Clone the repo and change directory to it
2828
* Log in with the [Heroku Toolbelt](https://toolbelt.heroku.com/) and create an app: `heroku create`
29-
* Use the [MongoLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox --app YourAppName`
29+
* Use the [mLab addon](https://elements.heroku.com/addons/mongolab): `heroku addons:create mongolab:sandbox --app YourAppName`
3030
* 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`
3131
* Deploy it with: `git push heroku master`
3232

0 commit comments

Comments
 (0)