Explorar el Código

Updating docs

Jonny Wenmoth hace 10 años
padre
commit
8b317a9623
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      _version_4/6-debugging.md

+ 1 - 1
_version_4/6-debugging.md

@@ -25,7 +25,7 @@ Verbose logging can be enabled for PhantomJS by setting the debug flag on the cl
     use JonnyW\PhantomJs\Client;
 
     $client = Client::getInstance();
-    $client->debug(true);
+    $client->getEngine()->debug(true);
 {% endhighlight %}
 
 The client log can be inspected after making a request.