diff --git a/README.md b/README.md index 36e1f11..369f5c6 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,11 @@ ## Usage -``` javascript +``` sh webpack-dev-server "mocha!./cover-my-client-tests.js" --options webpackOptions.js ``` -``` javascript +```js // webpackOptions.js module.exports = { // your webpack options @@ -29,7 +29,7 @@ module.exports = { } ``` -``` javascript +```js // cover-my-client-tests.js require("./my-client-tests"); @@ -45,4 +45,4 @@ You don't have to combine it with the mocha loader, it's independent. So if you ## License -MIT (http://www.opensource.org/licenses/mit-license.php) \ No newline at end of file +MIT (http://www.opensource.org/licenses/mit-license.php)