aboutsummaryrefslogtreecommitdiff
path: root/docs/cli
diff options
context:
space:
mode:
authorGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-10-12 23:08:52 -0700
committerGravatar Colin McDonnell <colinmcd94@gmail.com> 2023-10-12 23:08:52 -0700
commitd6d4ead438c7c181e63a04c1e8afb289c21c2409 (patch)
treeb7f1b2b460a91608c48027c41d3746d3b9d9c4fe /docs/cli
parent4e678627532d04e16333047987ccd099922bb987 (diff)
downloadbun-d6d4ead438c7c181e63a04c1e8afb289c21c2409.tar.gz
bun-d6d4ead438c7c181e63a04c1e8afb289c21c2409.tar.zst
bun-d6d4ead438c7c181e63a04c1e8afb289c21c2409.zip
Tweaks to pm docs
Diffstat (limited to 'docs/cli')
-rw-r--r--docs/cli/update.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/docs/cli/update.md b/docs/cli/update.md
index 8ebfd6119..dfda37f01 100644
--- a/docs/cli/update.md
+++ b/docs/cli/update.md
@@ -1,5 +1,3 @@
-## `bun update`
-
To update all dependencies to the latest version _that's compatible with the version range specified in your `package.json`_:
```sh