Skip to content

Commit

Permalink
doc(readme): fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
DamChtlv committed Sep 5, 2024
1 parent 76898de commit 7f0ffa8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@
## 🛠 Setup
0. Clone this repository _(using "**Use template**" or directly with `https|ssh|zip`)_

1. Install **package manager** _(mandatory if `bun` is already installed)_
1. Install **package manager** _(optional if `bun` is already installed)_
```sh
curl -fsSL https://bun.sh/install | bash
```

2. Install **git hooks manager** _(mandatory if `package.json` already has `prepare` script)_
2. Install **git hooks manager** _(optional if `package.json` already has `prepare` script)_
```sh
bunx husky install
```
Expand Down

0 comments on commit 7f0ffa8

Please sign in to comment.