Skip to content

Commit a13a46e

Browse files
committed
fix readme
1 parent 797232b commit a13a46e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![npm downloads](https://img.shields.io/npm/dm/cross-os.svg)](https://www.npmjs.com/package/cross-os)
66
[![dependencies](https://david-dm.org/Milewski/cross-os.svg)](https://www.npmjs.com/package/cross-os)
77

8-
OS Specific npm scripts!, ideally for tasks that differs across Operating System platforms
8+
OS Specific npm scripts! Ideal for tasks that differs across Operating System Platforms
99

1010
## Install
1111

@@ -20,7 +20,7 @@ Add scripts to your package.json like so:
2020

2121
```json
2222
"scripts": {
23-
"foo": "os-script fight",
23+
"foo": "cross-os fight",
2424
"fight": {
2525
"darwin": "echo 'i make the product that the artist chooses' && echo 'and the GUI that Melinda uses'",
2626
"win32": "echo 'fine, you wanna be like that, die then.'",

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cross-os",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Allow to add OS-specific scripts in your package.json!",
55
"main": "source/index.js",
66
"bin": "source/index.js",

0 commit comments

Comments
 (0)