Correct the configuration file names. (#5234)

This commit is contained in:
Nathan Hammond
2023-09-13 16:19:15 +08:00
committed by GitHub
parent 473513db7e
commit 15f7bacb8b
2 changed files with 2 additions and 2 deletions

View File

@@ -69,7 +69,7 @@ $ bun install --silent # no logging
```
{% details summary="Configuring behavior" %}
The default behavior of `bun install` can be configured in `bun.toml`:
The default behavior of `bun install` can be configured in `bunfig.toml`:
```toml
[install]