Skip to content

Commit 669567b

Browse files
chore: apply automated fixes
1 parent 88cc5a1 commit 669567b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

test/fixture/OUTPUT.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@
1717

1818
```sh
1919
# npm
20-
npx automd@0.3.2 .
20+
npx automd@0.3.3 .
2121

2222
# pnpm
23-
pnpm dlx automd@0.3.2 .
23+
pnpm dlx automd@0.3.3 .
2424

2525
# bun
26-
bunx automd@0.3.2 .
26+
bunx automd@0.3.3 .
2727
```
2828

2929
<!-- /automd -->
@@ -34,27 +34,27 @@ bunx automd@0.3.2 .
3434

3535
```sh
3636
# ✨ Auto-detect
37-
npx nypm i -D automd@^0.3.2
37+
npx nypm i -D automd@^0.3.3
3838
```
3939

4040
```sh
4141
# npm
42-
npm install -D automd@^0.3.2
42+
npm install -D automd@^0.3.3
4343
```
4444

4545
```sh
4646
# yarn
47-
yarn add -D automd@^0.3.2
47+
yarn add -D automd@^0.3.3
4848
```
4949

5050
```sh
5151
# pnpm
52-
pnpm install -D automd@^0.3.2
52+
pnpm install -D automd@^0.3.3
5353
```
5454

5555
```sh
5656
# bun
57-
bun install -D automd@^0.3.2
57+
bun install -D automd@^0.3.3
5858
```
5959

6060
<!-- /automd -->

0 commit comments

Comments
 (0)