aboutsummaryrefslogtreecommitdiff
path: root/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'Readme.md')
-rw-r--r--Readme.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/Readme.md b/Readme.md
index 5606a61..9bf4a98 100644
--- a/Readme.md
+++ b/Readme.md
@@ -51,8 +51,8 @@ Hooks have to be named `<Name>.hook` and be executable.
Currently supported hooks:
-| Name | Arguments | Called when | Notes
-| --- | --- | --- |
+| Name | Arguments | Called when | Notes |
+| --- | --- | --- | --- |
| `housekeeping` | | before the script quits | Used to ensure everything is in order. |
| `installed.<target>` | Full target path | After successful install of <target> | For specific targets |
| `installed` | Full target path | After successful install of any config | For all targets |