Skip to content

Commit 15f7bac

Browse files
Correct the configuration file names. (#5234)
1 parent 473513d commit 15f7bac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/cli/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ bun install --silent # no logging
6969
```
7070

7171
{% details summary="Configuring behavior" %}
72-
The default behavior of `bun install` can be configured in `bun.toml`:
72+
The default behavior of `bun install` can be configured in `bunfig.toml`:
7373

7474
```toml
7575
[install]

docs/install/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ $ bun install --silent # no logging
6969
```
7070

7171
{% details summary="Configuring behavior" %}
72-
The default behavior of `bun install` can be configured in `bun.toml`:
72+
The default behavior of `bun install` can be configured in `bunfig.toml`:
7373

7474
```toml
7575
[install]

0 commit comments

Comments
 (0)