Skip to content

Commit ac6e2f3

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 87e5dad + f00e90b commit ac6e2f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828

2929
## Usage
3030

31-
> First of all, install [phantomjs](http://phantomjs.org/download.html), page-monitor relys on [phantomjs](http://phantomjs.org/) to render webpage and genenrate screenshot.
31+
> First of all, install [phantomjs](http://phantomjs.org/download.html), page-monitor relys on [phantomjs](http://phantomjs.org/) to render webpage and genenrate screenshot. DO NOT use ``npm`` to install phantomjs on winidows, it can't be launched by ``spawn``.
3232
3333
```javascript
3434
var Monitor = require('page-monitor');
@@ -103,4 +103,4 @@ monitor.on('error', function (data) {
103103
* ``notice``: console from webpage
104104
* ``info``: info from phantom
105105
* ``warning``: error from webpage
106-
* ``error``: error from phantom
106+
* ``error``: error from phantom

0 commit comments

Comments
 (0)