From 3e40b01ecd0c6e8d135b0cccf2f7597aa8a99a47 Mon Sep 17 00:00:00 2001 From: Lucas Willering Date: Mon, 12 Nov 2018 16:09:47 +0100 Subject: [PATCH] typos --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 72edcc1..043a0d7 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ If you prefer to manually install this connector or run it locally, proceed as f 1. Download, install and run Redis by following the instructions here: [redis.io/download](https://redis.io/download). 2. Download or clone the connector source code from [Github](https://github.com/artificialsolutions/tie-api-example-slack-events-api). 3. Install dependencies by running `npm install` in the folder where you stored the source. -4. Make sure your connecter is available via https. When running locally you can for example use ngrok for this: [ngork.com](https://ngrok.com). The connector runs on port 3000 by default. +4. Make sure your connector is available via https. When running locally you can for example use ngrok for this: [ngrok.com](https://ngrok.com). The connector runs on port 3000 by default. 5. Start the connector with the following command (replacing the environment variables with the appropriate values): ``` SLACK_SIGNING_SECRET= SLACK_BOT_USER_OAUTH_ACCESS_TOKEN= TENEO_ENGINE_URL= node server.js