Skip to content

Commit 1625c10

Browse files
authored
replace herokuapp with example.com (#346)
The Heroku free tier is gone or going away. We've security-related issues with abandoned herokuapp.com links so removing it (even though it's not a link here).
1 parent 9bf33a0 commit 1625c10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The bot will try to load a `.env` file at the root of the project if it exists t
4242

4343
```
4444
GITHUB_TOKEN=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
45-
SSE_RELAY=https://hook-relay.herokuapp.com
45+
SSE_RELAY=https://hook-relay.example.com
4646
```
4747

4848
**Note the additional `SSE_RELAY` variable:**

0 commit comments

Comments
 (0)