From 2995a1fbcc087c5a3a3b875e67e6dc28f64389e3 Mon Sep 17 00:00:00 2001 From: redbar0n Date: Thu, 5 Mar 2015 10:52:35 +0100 Subject: [PATCH] Fix broken link to PhantomJS apparently PhantomJS.org has some DNS issue with their www subdomain.. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 67d43412..f32268cc 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Poltergeist is a driver for [Capybara](https://github.com/jnicklas/capybara). It allows you to run your Capybara tests on a headless [WebKit](http://webkit.org) browser, -provided by [PhantomJS](http://www.phantomjs.org/). +provided by [PhantomJS](http://phantomjs.org/). **If you're viewing this at https://github.com/teampoltergeist/poltergeist, you're reading the documentation for the master branch.