From 81bf476f524b5cffa9004e73cabeb51c3c878803 Mon Sep 17 00:00:00 2001 From: Stephen Cresswell <229672+cressie176@users.noreply.github.com> Date: Sun, 11 Apr 2021 22:30:53 +0100 Subject: [PATCH] Improved README --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c2be083..4e22205 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [3.0.9] +### Changed +- improved readme + ## [3.0.8] ### Fixed - Pattern option should not have been path.resolved diff --git a/README.md b/README.md index a4deb78..e81757e 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ Since writing zUnit I've begun to wonder whether some of Mocha's advanced featur ## Usage 1. Install zUnit ``` - npm i zunit + npm i zunit --save-dev ``` 1. Add the zUnit script to package.json ``` @@ -110,7 +110,7 @@ You can configure zUnit's launch script by: | exit | Boolean | `false` | For the node process to exit after tests are complete. | ## Writing your own launch script -If the packaged [launch script]([script](https://github.com/acuminous/cryptus/blob/master/bin/zUnit.js)) doesn't meet your needs you can create your own. For example, you may want to use a different reporter... +If the packaged [launch script]([script](https://github.com/acuminous/cryptus/blob/master/bin/zUnit.js)) doesn't meet your needs you can create your own. For example, you may want to use a different reporter... ```js const { EOL } = require('os');