From 9aedb1ddbdec5cba4feaf6a1bd7c8a8bc9e93e42 Mon Sep 17 00:00:00 2001 From: David Federman Date: Thu, 8 Feb 2018 20:48:04 -0800 Subject: [PATCH] Update readme --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2633876..f5b116d 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ # karma-jasmine-html-reporter -> Reporter that dynamically shows tests results at debug.html page. -> Jasmine 1.3 is not supported. +Reporter that dynamically shows tests results at debug.html page. + +Jasmine 1.3 is not supported. For Jasmine < 3.0.0, use version 0.2.2 ![alt tag](https://raw.github.com/taras42/karma-jasmine-html-reporter/master/screenshots/reporter_1.png) -You can also run describe block, or single test. +You can also run a describe block, or a single test. ![alt tag](https://raw.github.com/taras42/karma-jasmine-html-reporter/master/screenshots/reporter_2.png) @@ -21,7 +22,7 @@ The easiest way is to keep `karma-jasmine-html-reporter` as a devDependency in y } ``` -You can simple do it by: +You can simply do it by: ```bash npm install karma-jasmine-html-reporter --save-dev ``` @@ -38,7 +39,7 @@ module.exports = function(config) { }; ``` -You can pass list of reporters as a CLI argument too: +You can pass a list of reporters as a CLI argument too: ```bash karma start --reporters kjhtml ``` \ No newline at end of file