Skip to content

Commit

Permalink
use brightgreen for build passing in package docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chris48s committed Jan 21, 2024
1 parent 560f79d commit ea6ebd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions badge-maker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -37,7 +37,7 @@ import { makeBadge, ValidationError } from 'badge-maker'
const format = {
label: 'build',
message: 'passed',
color: 'green',
color: 'brightgreen',
}

const svg = makeBadge(format)
Expand Down

0 comments on commit ea6ebd4

Please sign in to comment.