Skip to content

Commit 7beee25

Browse files
committed
docs: fix markdown table
1 parent 7b54e10 commit 7beee25

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ See [MODULES.md](./MODULES.md) for the full list of available modules.
2626

2727
**Prerequisites:** Node.js 22+, pnpm
2828

29-
| Script | Command | Description |
30-
| ----------- | ---------------- | -------------------------------- |
31-
| `build` | `pnpm build` | Build all modules to `dist/` |
29+
| Script | Command | Description |
30+
| ----------- | ---------------- | ---------------------------------- |
31+
| `build` | `pnpm build` | Build all modules to `dist/` |
3232
| `dev` | `pnpm dev` | Watch mode with automatic rebuilds |
33-
| `typecheck` | `pnpm typecheck` | Run TypeScript type checking |
34-
| `lint` | `pnpm lint` | Lint the codebase |
35-
| `lint:fix` | `pnpm lint:fix` | Lint and auto-fix issues |
36-
| `format` | `pnpm format` | Format all files with Prettier |
33+
| `typecheck` | `pnpm typecheck` | Run TypeScript type checking |
34+
| `lint` | `pnpm lint` | Lint the codebase |
35+
| `lint:fix` | `pnpm lint:fix` | Lint and auto-fix issues |
36+
| `format` | `pnpm format` | Format all files with Prettier |
3737

3838
## License
3939

0 commit comments

Comments
 (0)