Skip to content

Commit

Permalink
docs: simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Sep 25, 2023
1 parent a0031bd commit 49a52aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ To automatically have Git hooks enabled after install, edit `package.json`

:::

Create a `pre-commit` hook
Create a `pre-commit` file in `husky/` directory

::: code-group

Expand All @@ -53,7 +53,7 @@ git commit -m "Keep calm and commit"
```

::: info
Yarn 2+ doesn't support `prepare` lifecycle script, so husky needs to be installed differently (this doesn't apply to Yarn 1 though). See [Yarn 2+ install](#yarn-2).
Yarn 2+ doesn't support `prepare` lifecycle script, so husky needs to be installed differently. See [Yarn 2+ install](#yarn-2).
:::

::: warning
Expand Down

0 comments on commit 49a52aa

Please sign in to comment.