From 4174c4334457536952a6a9688a9d5a7fa5c3f2b8 Mon Sep 17 00:00:00 2001 From: Nico Meyer Date: Thu, 2 May 2024 20:50:54 +0200 Subject: [PATCH] fix: typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a7e678..ee1109d 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ ``` #### Configure Badge Color -- You can configure the color threshold of the badges by passing the `--colors` parameter. If you want red badges for a code coverage below 50% and yellow badges for a coverage below 60%, you'd do this: +- You can configure the color threshold of the badges by passing the `--colors` argument. If you want red badges for a code coverage below 50% and yellow badges for a coverage below 60%, you'd do this: ```bash npm run istanbul-badges-readme --colors=red:50,yellow:60 ```