From 0bb751fd15c43e448ef183d07bf421c707320148 Mon Sep 17 00:00:00 2001 From: svalexander Date: Sun, 15 Oct 2017 17:22:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ade65f8..44fb0b7 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The following setup steps only need to be completed **once per team**: 1. Fork and clone [this repo](https://github.com/ramonaharrison/SlackBot). Make sure both team members are added as contributors to the forked repo. -2. Go to https://accesscode3-3.slack.com/apps/new/A0F7YS25R-bots. Make sure you are signed into the AccessCode3-3 Slack team. Choose a username for your bot and click the "Add bot integration" button. +2. Go to https://c4q-accesscode-4-4.slack.com/apps/new/A0F7YS25R-bots. Make sure you are signed into the AccessCode3-3 Slack team. Choose a username for your bot and click the "Add bot integration" button. 3. Make a note of your **API token**. The token must always be kept in a **safe, secret** place. We will be storing our API keys in the `../SlackBot/api_token.txt` file, which has been added to our `.gitignore` file.