Skip to content

Commit

Permalink
[GH-109] Readme grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanxoc3 committed Apr 19, 2021
1 parent 874003f commit 34d6439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,12 +250,12 @@ succeeds:
5. `./`

#### Hooks
Currently hooks is an experimental feature. Hooks in concards works similar to
Hooks are currently an experimental feature. Concards hooks works similar to
git hooks. You must place an executable file with a specific name in
`<config-dir>/hooks/`. Hooks that begin with `event-` are meant to be run in
parallel with concards and perform tasks that don't affect concards directly.
Hooks that begin with `hook-` are similar to plugins in that they are meant to
change concards' behavior.
change program behavior.

- `hooks/event-review`: This is executed right after passing off a card with a pass or fail. Currently, no parameters are passed into this.
- `hooks/event-startup`: This is executed once if/when concards starts the GUI up successfully.
Expand Down

0 comments on commit 34d6439

Please sign in to comment.