use brightgreen for build passing in package docs (#9917)

This commit is contained in:
chris48s
2024-02-04 21:01:47 +00:00
committed by GitHub
parent dc5b6e88a6
commit 8e7d44c349

View File

@@ -16,7 +16,7 @@ npm install badge-maker
```sh
npm install -g badge-maker
badge build passed :green > mybadge.svg
badge build passed :brightgreen > mybadge.svg
```
### As a library
@@ -37,7 +37,7 @@ import { makeBadge, ValidationError } from 'badge-maker'
const format = {
label: 'build',
message: 'passed',
color: 'green',
color: 'brightgreen',
}
const svg = makeBadge(format)