From f89623aa5e07f671b71093ad0d612eb3cfbe6295 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 22 Sep 2024 00:31:01 -0700 Subject: [PATCH] Update from-npm-install-to-bun-install.md --- docs/guides/install/from-npm-install-to-bun-install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/install/from-npm-install-to-bun-install.md b/docs/guides/install/from-npm-install-to-bun-install.md index 8dfd12eadc..e722e09644 100644 --- a/docs/guides/install/from-npm-install-to-bun-install.md +++ b/docs/guides/install/from-npm-install-to-bun-install.md @@ -57,7 +57,7 @@ $ bun ./index.ts ## Workspaces? Yes. -`bun install` supports workspaces similarly to npm. +`bun install` supports workspaces similarly to npm, with more features. In package.json, you can set `"workspaces"` to an array of relative paths.