You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/10/13 07:40:48 UTC

[camel-kafka-connector-examples] branch master updated: List options needed in slack source

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector-examples.git


The following commit(s) were added to refs/heads/master by this push:
     new 1e0ecf7  List options needed in slack source
1e0ecf7 is described below

commit 1e0ecf7eb95a123ba0d9691495c36582831e28b0
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Oct 13 09:39:10 2020 +0200

    List options needed in slack source
---
 slack/slack-source/README.adoc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/slack/slack-source/README.adoc b/slack/slack-source/README.adoc
index 70edcae..e83b4a7 100644
--- a/slack/slack-source/README.adoc
+++ b/slack/slack-source/README.adoc
@@ -16,8 +16,8 @@ You'll need a workspace and a channel.
 In your Slack settings, create an app.
 
 Add the following permissions to your Bot Token scopes:
-  - channels:history
-  - channels:read
+* channels:history
+* channels:read
 
 Install the app on your workspace and select the channel you want to consume from.