Skip to content

Commit 473538e

Browse files
committed
chore(docs): Remove specific mention of nvm
1 parent 0343b6f commit 473538e

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,6 @@
22

33
## Getting started
44

5-
Optionally choose the correct Node.js version with [nvm](https://nvm.sh/) installed:
6-
7-
```sh
8-
nvm use
9-
```
10-
115
Install dependencies with:
126

137
```sh
@@ -44,7 +38,7 @@ Bump the package version and generate a changelog:
4438
npm version …
4539
```
4640

47-
See [npm version docs](https://docs.npmjs.com/cli/v10/commands/npm-version) for all available arguments.
41+
See [npm version docs](https://docs.npmjs.com/cli/commands/npm-version) for all available arguments.
4842

4943
Publish the new version with:
5044

0 commit comments

Comments
 (0)