|
|
@@ -72,10 +72,10 @@ websites that demand javascript support and also supports screen captures.</p>
|
|
|
}
|
|
|
</pre></div>
|
|
|
|
|
|
-<p>This will ensure the latest version of PhantomJS is install for your system, in your bin folder. If you haven't defined your bin folder in your composer.json, add the path:</p>
|
|
|
+<p>This will ensure the latest version of PhantomJS is installed for your system, in your bin folder. If you haven't defined your bin folder in your composer.json, add the path:</p>
|
|
|
|
|
|
<div class="highlight highlight-xml"><pre>"config": {
|
|
|
- "bin-dir": "path/to/bin/dir"
|
|
|
+ "bin-dir": "bin"
|
|
|
}
|
|
|
</pre></div>
|
|
|
|