Skip to content

Commit 6c0b73e

Browse files
authored
Readme formatting and repeat step
1 parent f0ff2d9 commit 6c0b73e

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ This project was inspired by [Create React PWA](https://github.com/jeffposnick/c
2626
2) Install on your machine the [Cloud Foundry CLI](https://docs.cloudfoundry.org/cf-cli/install-go-cli.html), [Node](https://docs.npmjs.com/getting-started/installing-node), and [Yarn](https://yarnpkg.com/lang/en/docs/install/#mac-tab).
2727

2828
3) You will change `create-react-app-devops` to a unique app name on:
29-
- [.travis.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/.travis.yml) - Lines 24 and 30. Also, change to your Bluemix email on lines 11 and 12.
29+
30+
- [.travis.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/.travis.yml) - Lines 24 and 30
3031
- [manifest-staging.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/manifest-staging.yml) - Line 3
3132
- [manifest.yml](https://github.com/seejamescode/create-react-app-devops/blob/master/manifest.yml) - Line 3
3233
- [package.json](https://github.com/seejamescode/create-react-app-devops/blob/master/package.json) - Line 2
@@ -41,7 +42,7 @@ This project was inspired by [Create React PWA](https://github.com/jeffposnick/c
4142

4243
8) Request a new access token from github: https://github.com/settings/tokens/new
4344

44-
9) Set that access token in `keys.json` in the root of your repo:
45+
9) Set that access token in `keys.json` in the root of your repo. This file is already listed in your `.gitignore`. So no worries about the public stealing your API key:
4546
```
4647
{
4748
"github": "<your-github-key>"

0 commit comments

Comments
 (0)