Merge pull request #838 from Grahack/patch-4
In CLI docs, *may* fix a list item issue.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -94,7 +94,7 @@ The `casperjs` command has three available options: | ... | @@ -94,7 +94,7 @@ The `casperjs` command has three available options: |
94 | - ``--direct``: to prints out log messages to the console | 94 | - ``--direct``: to prints out log messages to the console |
95 | - ``--log-level=[debug|info|warning|error]`` to set the :ref:`logging level <logging>` | 95 | - ``--log-level=[debug|info|warning|error]`` to set the :ref:`logging level <logging>` |
96 | - ``--engine=[phantomjs|slimerjs]`` to select the browser engine you want to use. CasperJS | 96 | - ``--engine=[phantomjs|slimerjs]`` to select the browser engine you want to use. CasperJS |
97 | supports PhantomJS (default) that runs Webkit, and SlimerJS that runs Gecko. | 97 | supports PhantomJS (default) that runs Webkit, and SlimerJS that runs Gecko. |
98 | 98 | ||
99 | .. warning:: | 99 | .. warning:: |
100 | 100 | ... | ... |
-
Please register or sign in to post a comment