Skip to content

Commit cdf089a

Browse files
authored
docs: fix badges (#15056)
1 parent 32b966f commit cdf089a

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
<p align="center">
2-
<a href="https://badge.fury.io/js/jest">
3-
<img src="https://badge.fury.io/js/jest.svg" alt="npm version">
4-
</a>
5-
<a href="https://github.com/jestjs/jest/blob/main/LICENSE">
6-
<img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Jest is released under the MIT license." />
7-
</a>
8-
<a href="https://twitter.com/intent/follow?screen_name=jestjs_">
9-
<img src="https://img.shields.io/twitter/follow/jestjs_.svg?style=social&label=Follow%20@jestjs_" alt="Follow on Twitter" />
10-
</a>
2+
<a href="https://www.npmjs.com/package/jest"><img src="https://img.shields.io/npm/v/jest" alt="npm version"></a>
3+
<a href="https://github.com/jestjs/jest/blob/main/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg" alt="Jest is released under the MIT license."></a>
4+
<a href="https://twitter.com/intent/follow?screen_name=jestjs_"><img src="https://img.shields.io/twitter/follow/jestjs_.svg?style=social&label=Follow%20@jestjs_" alt="Follow on Twitter" /></a>
115
</p>
126
<p align="center">
137
<a href="https://github.com/jestjs/jest/actions/workflows/nodejs.yml"><img alt="GitHub CI Status" src="https://img.shields.io/github/actions/workflow/status/jestjs/jest/nodejs.yml?label=CI&logo=GitHub"></a>

0 commit comments

Comments
 (0)