Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
asciidisco committed Aug 1, 2013
1 parent eaf3288 commit b8a4375
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,19 +37,19 @@ var chromedriver = require('./lib/chromedriver');
*
* The browser plugin can be installed with the following command:
*
* ```
* ```bash
* $ npm install dalek-browser-chrome --save-dev
* ```
*
* You can use the browser plugin by adding a config option to the your Dalekfile
*
* ```js
* ```javascript
* "browsers": ["chrome"]
* ```
*
* Or you can tell Dalek that it should test in this browser via the command line:
*
* ```
* ```bash
* $ dalek mytest.js -b chrome
* ```
*
Expand Down

0 comments on commit b8a4375

Please sign in to comment.