Skip to content

Commit

Permalink
Make it easier to copy just one badge code (#9313)
Browse files Browse the repository at this point in the history
  • Loading branch information
gradam committed Apr 28, 2020
1 parent 13d6194 commit edf63d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -207,8 +207,10 @@ Learn more about using [Jest on the official site!](https://jestjs.io)

Show the world you're using _Jest_ `` [![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)

<!-- prettier-ignore -->
```md
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest) [![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
[![tested with jest](https://img.shields.io/badge/tested_with-jest-99424f.svg)](https://github.com/facebook/jest)
[![jest](https://jestjs.io/img/jest-badge.svg)](https://github.com/facebook/jest)
```

## Contributing
Expand Down

0 comments on commit edf63d8

Please sign in to comment.