From 2af8336410554882cf91ac06e34367898ff111bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20Brand=C3=A3o=20Damasceno?= <194487+thiagobrandam@users.noreply.github.com> Date: Fri, 22 Jul 2022 19:08:49 -0300 Subject: [PATCH] Update just-install reference on README.md (#1275) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 292257c6..25e2f0f6 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ An [RSS feed](https://en.wikipedia.org/wiki/RSS) of `just` releases is available ### Node.js Installation -[just-install](https://npmjs.com/packages/just-install) can be used to automate installation of `just` in Node.js applications. +[just-install](https://npmjs.com/package/just-install) can be used to automate installation of `just` in Node.js applications. `just` is a great, more robust alternative to npm scripts. If you want to include `just` in the dependencies of a Node.js application, `just-install` will install a local, platform-specific binary as part of the `npm install` command. This removes the need for every developer to install `just` independently using one of the processes mentioned above. After installation, the `just` command will work in npm scripts or with npx. It's great for teams who want to make the set up process for their project as easy as possible.