Skip to content

Commit

Permalink
Update installation.md (oven-sh#7817)
Browse files Browse the repository at this point in the history
npm states that their name should be written as "npm" in lowercase rather than "NPM" or "Npm" etc.
  • Loading branch information
huseeiin authored Dec 25, 2023
1 parent 09d5148 commit 39ea8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 39ea8cb

Please sign in to comment.