Skip to content

Commit

Permalink
Correct the configuration file names. (oven-sh#5234)
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanhammond authored and paperdave committed Sep 18, 2023
1 parent 0d3674f commit ab80682
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/cli/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
2 changes: 1 addition & 1 deletion docs/install/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit ab80682

Please sign in to comment.