Skip to content

Commit 24abbbd

Browse files
committed
Fixed README heroku instructions so that step 4 isn't getting cut off
Fixed markdown syntax in my changes Removed single quotes around heroku instructions
1 parent 71ddc86 commit 24abbbd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,15 @@ Running
2323
Deploying To Heroku
2424
------------
2525

26-
1. `$ heroku create your_app_name`
27-
1. `$ heroku config:set GITHUB_USER=your_bithub_username`
28-
1. `$ heroku config:set GITHUB_TOKEN=your_bithub_authtoken`
29-
1. `$ heroku config:set GITHUB_REPOSITORIES="[\"https://github.com/youraccount/yourrepo\", \"https://github.com/youraccount/yourotherrepo\"]"`
30-
1. `$ heroku config:set COINBASE_API_KEY=your_api_key`
31-
1. `$ git remote add your_heroku_remote`
32-
1. `$ git push heroku master`
33-
26+
```
27+
$ heroku create your_app_name
28+
$ heroku config:set GITHUB_USER=your_bithub_username
29+
$ heroku config:set GITHUB_TOKEN=your_bithub_authtoken
30+
$ heroku config:set GITHUB_REPOSITORIES="[\"https://github.com/youraccount/yourrepo\", \"https://github.com/youraccount/yourotherrepo\"]"
31+
$ heroku config:set COINBASE_API_KEY=your_api_key
32+
$ git remote add your_heroku_remote
33+
$ git push heroku master
34+
```
3435

3536
Mailing list
3637
------------

0 commit comments

Comments
 (0)