Skip to content

Commit 26697d1

Browse files
authored
docs: update path to startup files (#1350)
1 parent e9526fd commit 26697d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
Husky allows you to execute local commands before running hooks. It reads commands from these files:
66

77
- `$XDG_CONFIG_HOME/husky/init.sh`
8-
- `~/.config/home/init.sh`
8+
- `~/.config/husky/init.sh`
99
- `~/.huskyrc` (deprecated)
1010

1111
## Skipping Git Hooks
@@ -278,4 +278,4 @@ yarn test
278278
bun test
279279
```
280280

281-
:::
281+
:::

0 commit comments

Comments
 (0)