File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
16
16
* You now have a database named "dev" that contains your Parse data
17
17
* Install ngrok and you can test with devices
18
18
19
- ### Getting Started With Heroku + Mongolab Development
19
+ ### Getting Started With Heroku + mLab Development
20
20
21
21
#### With the Heroku Button
22
22
@@ -26,7 +26,7 @@ Read the full Parse Server guide here: https://github.com/ParsePlatform/parse-se
26
26
27
27
* Clone the repo and change directory to it
28
28
* 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 `
30
30
* 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 `
31
31
* Deploy it with: ` git push heroku master `
32
32
You can’t perform that action at this time.
0 commit comments