From 39ea8cbfea34f729efff323c6f3d2e09544fe81f Mon Sep 17 00:00:00 2001 From: xxxhussein <122984423+xxxhussein@users.noreply.github.com> Date: Mon, 25 Dec 2023 06:52:38 +0300 Subject: [PATCH] Update installation.md (#7817) npm states that their name should be written as "npm" in lowercase rather than "NPM" or "Npm" etc. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index cf0f4fd503..6b40fd1964 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -17,7 +17,7 @@ $ curl -fsSL https://bun.sh/install | bash # for macOS, Linux, and WSL $ curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.0" ``` -```bash#NPM +```bash#npm $ npm install -g bun # the last `npm` command you'll ever need ```