Skip to content

Commit

Permalink
Fix formatting in send_slack mod README
Browse files Browse the repository at this point in the history
  • Loading branch information
cbruno10 authored Dec 11, 2023
1 parent 2ea55d3 commit a6d62d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion simple/send_slack_message/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ Send a message to a Slack channel.
token = "xoxp-12345-..."
}
```
- Run the pipeline and specify the `channel` and `text` args, e.g., `flowpipe pipeline run send_slack_message --arg 'channel=my-channel' --arg 'text=Hello world!'
- Run the pipeline and specify the `channel` and `text` args, e.g., `flowpipe pipeline run send_slack_message --arg 'channel=my-channel' --arg 'text=Hello world!'`

0 comments on commit a6d62d5

Please sign in to comment.