diff --git a/example-workflows/Technique_1_Slack_Workflow_Builder/README.md b/example-workflows/Technique_1_Slack_Workflow_Builder/README.md index 95062bcd..14413975 100644 --- a/example-workflows/Technique_1_Slack_Workflow_Builder/README.md +++ b/example-workflows/Technique_1_Slack_Workflow_Builder/README.md @@ -1,6 +1,7 @@ # Technique 1: Slack Workflow Builder -> :memo: This technique uses Workflow Builder, which requires [a Slack paid plan][plans]. +> :memo: This technique uses Workflow Builder, which requires +> [a Slack paid plan][plans]. This technique sends data to Slack using a webhook to start a workflow created using Slack [Workflow Builder][wfb]. diff --git a/example-workflows/Technique_2_Slack_API_Method/README.md b/example-workflows/Technique_2_Slack_API_Method/README.md index d61cb0e7..8e1f0205 100644 --- a/example-workflows/Technique_2_Slack_API_Method/README.md +++ b/example-workflows/Technique_2_Slack_API_Method/README.md @@ -1,7 +1,7 @@ # Technique 2: Slack API method -A [token][tokens], such as a bot or user token, must be used to -call one of [the Slack API methods][methods] with this technique. +A [token][tokens], such as a bot or user token, must be used to call one of +[the Slack API methods][methods] with this technique. ## Setup