From 24bfeaf212b729c5296f8889879b09563a82efea Mon Sep 17 00:00:00 2001 From: jackton1 Date: Mon, 15 May 2023 01:28:21 +0000 Subject: [PATCH] Updated README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0f3f63d7..fd5249b0 100644 --- a/README.md +++ b/README.md @@ -23,11 +23,11 @@ Generate [coverage badge](https://www.npmjs.com/package/make-coverage-badge) lik -| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | -|-------------|--------|----------|------------------------------------|------------------------------------------------| -| output\_path | string | true | `"coverage/badge.svg"` | Writes the coverage badge to
the given path | -| path | string | true | `"."` | Path to the application | -| report\_path | string | true | `"coverage/coverage-summary.json"` | Path to a coverage report
file | +| INPUT | TYPE | REQUIRED | DEFAULT | DESCRIPTION | +|-------------|--------|----------|------------------------------------|--------------------------------------------------| +| output\_path | string | true | `"coverage/badge.svg"` | Writes the coverage badge to
the given path | +| path | string | true | `"."` | Path to the application | +| report\_path | string | true | `"coverage/coverage-summary.json"` | Path to a coverage report
file |