From 4c88196c9392ac89035a869fb850f29cd2e07dda Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Sat, 14 May 2016 23:55:28 -0400 Subject: [PATCH] Add PhantomJS to Prerequisites section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 24950b2b4..cb2f152c6 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,7 @@ Come on in, the water's lovely. More help? Ping `jfire` or `bhousel` on ## Prerequisites * [Node.js](http://nodejs.org/) version 0.10.0 or newer +* [PhantomJS](http://phantomjs.org/) version 2 or newer (for running tests) * Command line development tools (`make`, `git`, and a compiler) for your platform * Ubuntu: * `sudo apt-get install build-essential git`