Skip to content

Commit f9c7db9

Browse files
Update XO badge (#692)
Co-authored-by: Sindre Sorhus <[email protected]>
1 parent 92b3a3d commit f9c7db9

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

readme.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
> JavaScript/TypeScript linter (ESLint wrapper) with great defaults
1010
1111
[![Coverage Status](https://codecov.io/gh/xojs/xo/branch/main/graph/badge.svg)](https://codecov.io/gh/xojs/xo/branch/main)
12-
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
12+
[![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray)](https://github.com/xojs/xo)
1313

1414
Opinionated but configurable ESLint wrapper with lots of goodies included. Enforces strict and readable code. Never discuss code style on a pull request again! No decision-making. No `.eslintrc` to manage. It just works!
1515

@@ -480,12 +480,14 @@ XO is based on ESLint. This project started out as just a shareable ESLint confi
480480

481481
## Badge
482482

483-
Show the world you're using XO → [![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
483+
Show the world you're using XO → [![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray)](https://github.com/xojs/xo)
484484

485485
```md
486-
[![XO code style](https://img.shields.io/badge/code_style-XO-5ed9c7.svg)](https://github.com/xojs/xo)
486+
[![XO code style](https://shields.io/badge/code_style-5ed9c7?logo=xo&labelColor=gray)](https://github.com/xojs/xo)
487487
```
488488

489+
Or [customize the badge](https://github.com/xojs/xo/issues/689#issuecomment-1253127616).
490+
489491
You can also find some nice dynamic XO badges on [badgen.net](https://badgen.net/#xo).
490492

491493
## Team

0 commit comments

Comments
 (0)