From 940153eda55b0c198205ce093f59c5d64ab50641 Mon Sep 17 00:00:00 2001 From: Justin Mazzi Date: Thu, 15 Nov 2012 14:21:14 -0500 Subject: [PATCH] Update README.md Fix the link to command line options. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0724e1..947dd81 100644 --- a/README.md +++ b/README.md @@ -181,7 +181,7 @@ end * `:js_errors` (Boolean) - When false, Javascript errors do not get re-raised in Ruby. * `:window_size` (Array) - The dimensions of the browser window in which to test, expressed as a 2-element array, e.g. [1024, 768]. Default: [1024, 768] -* `:phantomjs_options` (Array) - Additional [command line options](http://code.google.com/p/phantomjs/wiki/Interface#Command-line_Options) +* `:phantomjs_options` (Array) - Additional [command line options](https://github.com/ariya/phantomjs/wiki/API-Reference) to be passed to PhantomJS, e.g. `['--load-images=no', '--ignore-ssl-errors=yes']` * `:port` (Fixnum) - The port which should be used to communicate with the PhantomJS process. Default: 44678.