Add missing slash in GIST_ID example

This commit is contained in:
Matan Kushner
2019-03-15 18:28:34 -04:00
committed by GitHub
parent be865f5e85
commit cfd410180c

View File

@@ -24,7 +24,7 @@
1. Go to Project Settings > Environment Variables
1. Add the following environment variables:
- **GIST_ID:** The ID portion from your gist url <code>https://gist.github.com/matchai/<b>6d5f84419863089a167387da62dd7081</b></code>.
- **GIST_ID:** The ID portion from your gist url `https://gist.github.com/matchai/`**`6d5f84419863089a167387da62dd7081`**.
- **GITHUB_TOKEN:** The GitHub token generated above.
- **TWITTER_USER:** The user handle of the twitter account.
- **TWITTER_CONSUMER_KEY:** Your Twitter consumer API key.