From 0fe5550d2e3c84d349daa35ee2aa42f7ee970731 Mon Sep 17 00:00:00 2001 From: alpha7b <55778604+alpha7b@users.noreply.github.com> Date: Sat, 2 Mar 2024 11:06:38 +0800 Subject: [PATCH] fix: instruction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 94a8cdf..f7fc379 100644 --- a/README.md +++ b/README.md @@ -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.