Skip to content

Commit bfb7bad

Browse files
committed
Merge pull request parse-community#147 from lovishdogra/patch-1
Change in the command of the adding addons
2 parents d03ae8c + adffd8a commit bfb7bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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`
29+
* Use the [MongoLab 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)