Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Willering committed Nov 12, 2018
1 parent 15f3952 commit 3e40b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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=<your_slack_signing_secret> SLACK_BOT_USER_OAUTH_ACCESS_TOKEN=<your_slack_bot_oauth_token> TENEO_ENGINE_URL=<your_engine_url> node server.js
Expand Down

0 comments on commit 3e40b01

Please sign in to comment.