Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
milewski committed Apr 13, 2017
1 parent 797232b commit a13a46e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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.'",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit a13a46e

Please sign in to comment.