Skip to content

Commit 21d0d04

Browse files
committed
Update documentation
1 parent f1c0b59 commit 21d0d04

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ See [examples](docs/examples.md) for command patterns and example workflows.
3030

3131
### Configuration
3232

33-
This workflow should be configured in the repository where commands will be dispatched from.
33+
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`.
3434

3535
```yml
3636
name: Slash Command Dispatch
@@ -48,7 +48,7 @@ jobs:
4848
commands: rebase, integration-test, create-ticket
4949
```
5050
51-
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.
51+
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.
5252
5353
### Action inputs
5454

0 commit comments

Comments
 (0)