Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Ic3m4n34 committed May 2, 2024
1 parent 8fe3db0 commit 4174c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
```
Expand Down

0 comments on commit 4174c43

Please sign in to comment.