From cfd410180cdb8ec0ab53a238a82e90d078e256fe Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Fri, 15 Mar 2019 18:28:34 -0400 Subject: [PATCH] Add missing slash in GIST_ID example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0ff67d..87983df 100644 --- a/README.md +++ b/README.md @@ -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 https://gist.github.com/matchai/6d5f84419863089a167387da62dd7081. +- **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.