Commit 90b5da8c 90b5da8c16befa811c12f932db5746395d2c1e6d by Nicolas Perriault

Merge pull request #535 from clochix/patch-1

Add SlimerJS to usage documentation
2 parents 64ead008 48c434a1
Usage: casperjs [options] script.[js|coffee] [script argument [script argument ...]]
casperjs [options] test [test path [test path ...]]
casperjs [options] selftest
......@@ -10,6 +9,6 @@ Options:
--log-level Sets logging level
--help Prints this help
--version Prints out CasperJS version
--engine=name Use the given engine. Current supported engine: phantomjs
--engine=name Use the given engine. Current supported engine: phantomjs and slimerjs
Read the docs http://docs.casperjs.org/
......