Skip to content

Commit 9f616cc

Browse files
committed
Make badge style consistent
1 parent f146af0 commit 9f616cc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ let people know that your code is using the standard style.
3131
[![js-semistandard-style](https://raw.githubusercontent.com/standard/semistandard/master/badge.svg)](https://github.com/standard/semistandard)
3232
```
3333

34-
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard)
34+
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/standard/semistandard)
3535

3636
```markdown
37-
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg?style=flat-square)](https://github.com/standard/semistandard)
37+
[![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/standard/semistandard)
3838
```
3939

4040
## Usage
@@ -150,8 +150,8 @@ See [standard/standard] for more information.
150150

151151
[tests-image]: https://github.com/standard/semistandard/actions/workflows/test.yml/badge.svg
152152
[tests-url]: https://github.com/standard/semistandard/actions/workflows/test.yml
153-
[npm-image]: https://img.shields.io/npm/v/semistandard.svg?style=flat-square
153+
[npm-image]: https://img.shields.io/npm/v/semistandard.svg
154154
[npm-url]: https://npmjs.org/package/semistandard
155-
[downloads-image]: https://img.shields.io/npm/dm/semistandard.svg?style=flat-square
155+
[downloads-image]: https://img.shields.io/npm/dm/semistandard.svg
156156
[downloads-url]: https://npmjs.org/package/semistandard
157157
[standard/standard]: https://github.com/standard/standard

0 commit comments

Comments
 (0)