Remove link to "then"

This commit is contained in:
Brandon Keepers 2016-12-07 09:39:51 -06:00 committed by GitHub
parent 9c53e0d346
commit 65c00d689c
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ Workflows are composed of:
- [`on`](#on) - webhook events to listen to
- [`filter`](#filter) (optional) - conditions to determine if the actions should be performed.
- [`then`](#then) - actions to take in response to the event
- actions to take in response to the event
### `on`