Skip to content

Commit 8f9e26e

Browse files
authored
Merge pull request #86 from XhmikosR/patch-1
Tweak README.md
2 parents be15f65 + 411c257 commit 8f9e26e

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ The underlying watch library is [Chokidar](https://github.com/paulmillr/chokidar
1919
> and [many others](https://www.npmjs.org/browse/depended/chokidar/).
2020
> It has proven itself in production environments.
2121
22-
## Pre-requisites
22+
## Prerequisites
2323

24-
- Node.js v8.0.0 or newer
24+
- Node.js v8.10.0 or newer
2525

2626
## Install
2727

28-
If you need it only with NPM scripts:
28+
If you need it only with npm scripts:
2929

3030
```bash
3131
npm install chokidar-cli
@@ -45,10 +45,9 @@ Arguments use the form of runtime flags with string parameters, delimited by quo
4545

4646
This is particularly important when using chokidar-cli for run scripts specified in `package.json`. For maximum platform compatibility, make sure to use escaped double quotes around chokidar's parameters:
4747

48-
```
48+
```json
4949
"run": {
50-
"chokidar": "chokidar \"**/*.js\" -c \"...\"",
51-
...
50+
"chokidar": "chokidar \"**/*.js\" -c \"...\""
5251
},
5352
```
5453

@@ -117,7 +116,7 @@ Options:
117116
-i, --ignore Pattern for files which should be ignored. Needs to be
118117
surrounded with quotes to prevent shell globbing. The
119118
whole relative or absolute path is tested, not just
120-
filename. Supports glob patters or regexes using
119+
filename. Supports glob patterns or regexes using
121120
format: /yourmatch/i
122121
--initial When set, command is initially run once
123122
[boolean] [default: false]

0 commit comments

Comments
 (0)