diff options
author | 2023-10-12 23:19:53 -0700 | |
---|---|---|
committer | 2023-10-12 23:19:53 -0700 | |
commit | 4fab8fee2145607714d5012623ba00523c1b92b9 (patch) | |
tree | b5a3dd7b760513eef67826ff415c1186d44b3da3 /docs/cli | |
parent | 3f2df4526ed876869a14aaf9d373328fc4dce94e (diff) | |
download | bun-4fab8fee2145607714d5012623ba00523c1b92b9.tar.gz bun-4fab8fee2145607714d5012623ba00523c1b92b9.tar.zst bun-4fab8fee2145607714d5012623ba00523c1b92b9.zip |
Update descriptions
Diffstat (limited to 'docs/cli')
-rw-r--r-- | docs/cli/install.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/cli/install.md b/docs/cli/install.md index 63dbb1163..573a6f106 100644 --- a/docs/cli/install.md +++ b/docs/cli/install.md @@ -77,7 +77,7 @@ Bun supports `"workspaces"` in package.json. For complete documentation refer to ## Overrides and resolutions -Bun supports npm's `"overrides"` and Yarn's `"resolutions"` in `package.json`. These are mechanisms for specifying a version range for _metadependencies_—the dependencies of your dependencies. Refer to [Package manager > Overrides and resolutions](/docs/install/overrides-and-resolutions) for complete documentation. +Bun supports npm's `"overrides"` and Yarn's `"resolutions"` in `package.json`. These are mechanisms for specifying a version range for _metadependencies_—the dependencies of your dependencies. Refer to [Package manager > Overrides and resolutions](/docs/install/overrides) for complete documentation. ```json-diff#package.json { |