From 1dc16c1998651c1af15c8fa7e0b87aeb9d59cb00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aodhag=C3=A1n=20Collins?= Date: Wed, 27 Jan 2016 00:44:16 +0000 Subject: [PATCH] Documentation: Update docs to show using just index.js --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8725930..d8f9e30 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Has similarities to the [jshint-md-reporter](https://www.npmjs.com/package/jshin Used as a reporter for [jscs](https://www.npmjs.com/package/jscs) -```$ jscs --reporter node_modules/jscs-md-reporter/src/reporter.js file.js ``` +```$ jscs --reporter node_modules/jscs-md-reporter file.js ``` ## Testing