From b37d5b626f94e52ea3cf6abea30371b4fe01685c Mon Sep 17 00:00:00 2001 From: Eden Zimbelman Date: Thu, 19 Dec 2024 13:56:46 -0800 Subject: [PATCH] docs: run a formatter on markdown for formatting --- .../Technique_1_Slack_Workflow_Builder/README.md | 3 ++- example-workflows/Technique_2_Slack_API_Method/README.md | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) 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