diff --git a/README.md b/README.md index 3dded69..91c0d48 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ [![npm downloads](https://img.shields.io/npm/dm/cross-os.svg)](https://www.npmjs.com/package/cross-os) [![dependencies](https://david-dm.org/Milewski/cross-os.svg)](https://www.npmjs.com/package/cross-os) -OS Specific npm scripts!, ideally for tasks that differs across Operating System platforms +OS Specific npm scripts! Ideal for tasks that differs across Operating System Platforms ## Install @@ -20,7 +20,7 @@ Add scripts to your package.json like so: ```json "scripts": { - "foo": "os-script fight", + "foo": "cross-os fight", "fight": { "darwin": "echo 'i make the product that the artist chooses' && echo 'and the GUI that Melinda uses'", "win32": "echo 'fine, you wanna be like that, die then.'", diff --git a/package.json b/package.json index 444527a..85fd844 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cross-os", - "version": "1.0.0", + "version": "1.0.1", "description": "Allow to add OS-specific scripts in your package.json!", "main": "source/index.js", "bin": "source/index.js",