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": {