Skip to content

Commit

Permalink
Add Badge section to README (jestjs#4040)
Browse files Browse the repository at this point in the history
  • Loading branch information
MicheleBertoli authored and cpojer committed Jul 16, 2017
1 parent 08b1066 commit 60689e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,14 @@ Learn more about using Jest at http://facebook.github.io/jest
* [API Reference](http://facebook.github.io/jest/docs/en/api.html)
* [Configuring Jest](http://facebook.github.io/jest/docs/en/configuration.html)

## Badge

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)

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

## Contributing

Send issues and pull requests with your ideas. For more information about contributing PRs and issues, see our [Contribution Guidelines](https://github.com/facebook/jest/blob/master/CONTRIBUTING.md).
Expand Down

0 comments on commit 60689e7

Please sign in to comment.