From 5141d7210ca36bee76cacdd4c94f47082c315099 Mon Sep 17 00:00:00 2001 From: Amila Welihinda Date: Mon, 4 Jul 2016 13:51:52 -0700 Subject: [PATCH] Updated readme to add syntax highlighting --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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)