diff --git a/README.md b/README.md index b5c70ca..e035334 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ A simple Node.js installer for the excellent Just command runner (https://just.s you to install Just as part of the `npm install` command, so you don't have to worry about setting it up separately. Great for development teams! +> Now with Windows support! + Local usage (great for team projects): ```bash @@ -20,8 +22,6 @@ $ npm install -g just-install $ yarn global add just-install ``` -> Now with Windows support! - ## Purpose Using Just is an excellent option for a more robust command runner in your Node.js projects. @@ -34,7 +34,7 @@ command. After installation, the `just` command will work in npm scripts: -```json +```js // package.json: { diff --git a/package.json b/package.json index cb70edf..96d63fa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "just-install", - "version": "2.0.0", + "version": "2.0.1", "description": "Install the Just command runner (https://just.systems) as part of `npm install` (Mac/Linux/Windows).", "main": "index.js", "type": "module",