From 1eab8ec107899aa85e89b9bfeef422ea5cf4c456 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Sun, 22 Sep 2024 00:23:44 -0700 Subject: [PATCH] Update from-npm-install-to-bun-install.md --- .../install/from-npm-install-to-bun-install.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 07c9c8ea1b9736..31c2d3ff4fbb43 100644 --- a/docs/guides/install/from-npm-install-to-bun-install.md +++ b/docs/guides/install/from-npm-install-to-bun-install.md @@ -31,12 +31,12 @@ $ bun rm @types/bun Run scripts from package.json, executables from `node_modules/.bin` (sort of like `npx`), and JavaScript/TypeScript files (just like `node`) - all from a single simple command. -| NPM | Bun | -| ---------------- | ---------------- | -| `npm