From 21d0d0431d817ec5fbf9a67ecee34625078a78fd Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sat, 4 Jan 2020 21:18:10 +0900 Subject: [PATCH] Update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8aa9507a2..3e7a1550d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ See [examples](docs/examples.md) for command patterns and example workflows. ### Configuration -This workflow should be configured in the repository where commands will be dispatched from. +The following workflow should be configured in the repository where commands will be dispatched from. This example will respond to comments containing the slash commands `/rebase`, `/integration-test` and `/create-ticket`. ```yml name: Slash Command Dispatch @@ -48,7 +48,7 @@ jobs: commands: rebase, integration-test, create-ticket ``` -This action also features [advanced configuration](docs/advanced-configuration.md) that allows each command to be configured individually if necessary. Use the standard configuration above unless you require advanced features. +This action also features [advanced configuration](docs/advanced-configuration.md) that allows each command to be configured individually if necessary. Use the standard configuration shown above unless you require advanced features. ### Action inputs