Skip to content
This repository was archived by the owner on Jun 11, 2022. It is now read-only.

Commit bb2116d

Browse files
authored
📚 tiny semantic improvements
1 parent 00004bf commit bb2116d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ At this point, this new repo is local, only on your computer. Eventually, you ma
5555
### Create the Heroku app
5656

5757
```bash
58-
heroku create my-app-name --buildpack https://github.com/mars/create-react-app-buildpack.git
58+
heroku create $my-app-name --buildpack https://github.com/mars/create-react-app-buildpack.git
5959
```
6060

61-
✏️ *Replace `my-app-name` with a name for your unique app.*
61+
✏️ *Replace `$my-app-name` with a name for your unique app.*
6262

6363
This command:
6464

@@ -170,7 +170,7 @@ Version compatibility
170170

171171
This buildpack will never intentionally cause previously deployed apps to become undeployable. Usually, using master [as directed in the main instructions](#create-the-heroku-app) will automatically deploy an app with the most recent version of this buildpack.
172172

173-
[Releases are tagged](https://github.com/mars/create-react-app-buildpack/releases), so you can lock your deployment to a specific version, if that kind of stability pleases you:
173+
[Releases are tagged](https://github.com/mars/create-react-app-buildpack/releases), so you can lock an app to a specific version, if that kind of stability pleases you:
174174

175175
```bash
176176
heroku buildpacks:set https://github.com/mars/create-react-app-buildpack.git#v1.2.1

0 commit comments

Comments
 (0)