From de8546a6369e5ea488d5130fda3e0d75947cfaa5 Mon Sep 17 00:00:00 2001 From: Tben Date: Thu, 17 Aug 2023 17:37:51 +0100 Subject: [PATCH] Minor updates --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 90ea93a..98d3871 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ npx batch-run "npm run dev, npm run tailwind" To install this module globally simply run: ```bash -npm install -G batch-run +npm install -g batch-run ``` To install this module locally(for just the project) run: diff --git a/package.json b/package.json index 32f8677..7954c17 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "batch-run", - "version": "1.0.2", + "version": "1.0.3", "description": "Run and manage multiple processes concurrently in one terminal", "main": "index.js", "bin": {