From 021c2dce865c70614f0991c53a7139ddc8ebd1cf Mon Sep 17 00:00:00 2001 From: lpmi-13 Date: Fri, 10 Aug 2018 22:04:05 +0100 Subject: [PATCH] fix simple typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 081f596e..706af000 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## Overview A simple starting point for creating a Beep Boop hostable, Node.js based Slack bot with botkit -Visit [Beep Boop](https://beepboophq.com/docs/article/overview) to get the scoop on the the Beep Boop hosting platform. The Slack API documentation can be found [here](https://api.slack.com/). +Visit [Beep Boop](https://beepboophq.com/docs/article/overview) to get the scoop on the Beep Boop hosting platform. The Slack API documentation can be found [here](https://api.slack.com/). ## Assumptions * You have already signed up with [Beep Boop](https://beepboophq.com) and have a local fork of this project.