Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit dd4e2d6

Browse files
committed
Merge pull request #33 from andyhmltn/fix-readme-example-url
Fixed a potentially malicious URL in the README
2 parents 59d12a0 + 4b72c43 commit dd4e2d6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ Boxen Web utilizes GitHub OAuth to authenticate users because most Boxen
4141
configurations for organizations will be private -- this requires an access
4242
token to fetch the repository in the install script.
4343

44-
If your deployment lives at `https://my-new-boxen.herokuapp.com`,
44+
If your deployment lives at `https://example.herokuapp.com`,
4545
you will need to create a GitHub OAuth application with the following config:
4646

4747
* Name - Boxen Web
48-
* URL - https://my-new-boxen.herokuapp.com
49-
* Callback URL - https://my-new-boxen.herokuapp.com/auth/github/callback
48+
* URL - https://example.herokuapp.com
49+
* Callback URL - https://example.herokuapp.com/auth/github/callback
5050

5151
### Heroku
5252

0 commit comments

Comments
 (0)