From a4065fc1ff84c5780409d4898a2a2afd6ef81d30 Mon Sep 17 00:00:00 2001 From: Adam Millerchip Date: Sat, 17 Oct 2020 22:57:34 +0900 Subject: [PATCH] Fix typo. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0780032..bdc395d 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ The `json-payload` argument must always be provided. There are three ways to provide the webhook URL: 1. Via the `SLACK_WEBHOOK` environment variable. 2. Via a custom environment variable. Provide the name with the `webhook-url-env-var` parameter. -3. Directly to the webhook with the `webhook-url` parameter. +3. Directly to the `send-message` command with the `webhook-url` parameter. See the full examples on the orb's [CircleCI Orb Repository listing](https://circleci.com/developer/orbs/orb/adamu/slack-webhook#usage-examples).