Skip to content

Commit

Permalink
fix: instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
alpha7b authored Mar 2, 2024
1 parent d651e1d commit 0fe5550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ After installing, you can run `nodejs-env-checker` by simply typing:

By default, `nodejs-env-checker` checks for pre-defined version requirements. You can customize these requirements by passing parameters:

nodejs-env-checker --node v14.0.0 --npm 6.0.0
useEnvChecker --node v14.0.0 --npm 6.0.0

Replace `v14.0.0` and `6.0.0` with the required Node.js and npm versions for your project.

Expand Down

0 comments on commit 0fe5550

Please sign in to comment.