From 8a21c22269e1c10603ae8b885c9b573a19600425 Mon Sep 17 00:00:00 2001 From: Dmitry Vorotilin Date: Sat, 20 Jul 2013 16:35:33 +0400 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d594c6..36c3821 100644 --- a/README.md +++ b/README.md @@ -235,7 +235,7 @@ end output, but this goes to `STDOUT` due to technical limitations. * `:logger` (Object responding to `puts`) - When present, debug output is written to this object * `:phantomjs_logger` (`IO` object) - Where the `STDOUT` from PhantomJS is written to. This is - where you `console.log` statements will show up. Default: `STDOUT` + where your `console.log` statements will show up. Default: `STDOUT` * `:timeout` (Numeric) - The number of seconds we'll wait for a response when communicating with PhantomJS. Default is 30. * `:inspector` (Boolean, String) - See 'Remote Debugging', above.