Skip to content

Commit bf5f157

Browse files
committed
docs: fix readme
1 parent 04ef9dc commit bf5f157

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Enable Corepack (recommended) and the Yarn version used by this repo:
1515

1616
```bash
1717
corepack enable
18-
corepack prepare yarn@stable --activate
18+
# `packageManager` field in `package.json` ensures the correct Yarn version is used
1919
```
2020

2121
## Quickstart (local)
@@ -31,7 +31,7 @@ yarn start
3131

3232
- Start dev mode (watch + Fastify): `yarn dev`
3333
- Run tests (TypeScript tests run via `tsx`): `yarn test`
34-
- Lint: `yarn lint` (fix: `yarn lint:fix`)
34+
- Lint and format (auto-fixes): `yarn lint` and `yarn fmt`
3535

3636
## Automatic API docs
3737

0 commit comments

Comments
 (0)