use brightgreen for build passing in package docs (#9917)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user