From 934df0083af3bd3a735bce8e69808d39547640ce Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Fri, 20 Apr 2018 15:39:53 +0700 Subject: [PATCH] Add Patreon badge --- readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/readme.md b/readme.md index 0936fdd..c7fa6f4 100644 --- a/readme.md +++ b/readme.md @@ -15,6 +15,10 @@ Capture screenshots of websites in various resolutions. A good way to make sure $ npm install --global pageres-cli ``` + + + + *PhantomJS, which is used for generating the screenshots, is installed automagically, but in some [rare cases](https://github.com/Obvious/phantomjs/issues/102) it might fail to and you'll get an `Error: spawn EACCES` error. [Download](http://phantomjs.org/download.html) PhantomJS manually and reinstall pageres if that happens.*