Skip to content
This repository was archived by the owner on Jan 13, 2025. It is now read-only.

Commit ec9b2c5

Browse files
authored
📚 clarify default app URL
1 parent db68d9b commit ec9b2c5

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
@@ -111,7 +111,7 @@ heroku create $APP_NAME --buildpack mars/create-react-app
111111

112112
This command:
113113

114-
* sets the [app name](https://devcenter.heroku.com/articles/creating-apps#creating-a-named-app) & its URL `https://my-app-name.herokuapp.com`
114+
* sets the [app name](https://devcenter.heroku.com/articles/creating-apps#creating-a-named-app) & its default URL `https://$APP_NAME.herokuapp.com`
115115
* sets the app to use this [buildpack](https://devcenter.heroku.com/articles/buildpacks)
116116
* configures the [`heroku` git remote](https://devcenter.heroku.com/articles/git#creating-a-heroku-remote) in the local repo, so `git push heroku master` will push to this new Heroku app.
117117

0 commit comments

Comments
 (0)