Skip to content

Commit d5516e1

Browse files
committed
Fix case
1 parent e6339dd commit d5516e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/docs/guide/usage/formatter/migrate-from-prettier.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,19 @@ Install Oxfmt as a development dependency with your package manager of choice:
4040
::: code-group
4141

4242
```bash [npm]
43-
$ npm add -D Oxfmt@latest
43+
$ npm add -D oxfmt@latest
4444
```
4545

4646
```bash [pnpm]
47-
$ pnpm add -D Oxfmt@latest
47+
$ pnpm add -D oxfmt@latest
4848
```
4949

5050
```bash [yarn]
51-
$ yarn add -D Oxfmt@latest
51+
$ yarn add -D oxfmt@latest
5252
```
5353

5454
```bash [bun]
55-
$ bun add -D Oxfmt@latest
55+
$ bun add -D oxfmt@latest
5656
```
5757

5858
```bash [deno]

0 commit comments

Comments
 (0)