diff options
author | 2023-09-13 16:19:15 +0800 | |
---|---|---|
committer | 2023-09-13 01:19:15 -0700 | |
commit | 15f7bacb8bd57615475e1614f5f93b23810e63b1 (patch) | |
tree | e5315231a12e887e413cb518b4e870d5a3de5882 | |
parent | 473513db7e13ddd8a79c9b36c8352ec321deac72 (diff) | |
download | bun-15f7bacb8bd57615475e1614f5f93b23810e63b1.tar.gz bun-15f7bacb8bd57615475e1614f5f93b23810e63b1.tar.zst bun-15f7bacb8bd57615475e1614f5f93b23810e63b1.zip |
Correct the configuration file names. (#5234)
-rw-r--r-- | docs/cli/install.md | 2 | ||||
-rw-r--r-- | docs/install/index.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/cli/install.md b/docs/cli/install.md index 34478a771..beaf6ca47 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -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] diff --git a/docs/install/index.md b/docs/install/index.md index 219e22d4c..11e0d4fd4 100644 --- a/docs/install/index.md +++ b/docs/install/index.md @@ -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] |