From 14ef4aaf98f4e2c8d4cea9d47d9779af5f1d6be2 Mon Sep 17 00:00:00 2001 From: Robel Yemane Date: Thu, 18 Feb 2021 11:25:51 +0000 Subject: [PATCH] README typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a47646b..ef4bf07d 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ Follow [these instructions](./docs/slack_app_create.md) to create a new Slack Ap ## 3. Running the server -Before you can complete the Slack app setup, you need to have the app running somewhere that's accesible to to the internet. That means either deploying your Django project somewhere (see [here](https://lmgtfy.com/?q=deploy+django+app&s=) or running it locally and exposing with something like [ngrok](https://ngrok.com/). +Before you can complete the Slack app setup, you need to have the app running somewhere that's accessible to the Internet. That means either deploying your Django project somewhere (see [here](https://lmgtfy.com/?q=deploy+django+app&s=) or running it locally and exposing with something like [ngrok](https://ngrok.com/). For simplicity, we'll assume you're developing using ngrok.