Commit 48c434a1 48c434a1d15f3505d4869da0ab5a8ece8488aaae by Clochix

Add SlimerJS to usage documentation

1 parent ded41ef4
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/
......