From edf63d89cec7088a31ff9ffff73f18c7398a5f5f Mon Sep 17 00:00:00 2001 From: Jakub Semik Date: Tue, 28 Apr 2020 21:17:11 +0200 Subject: [PATCH] Make it easier to copy just one badge code (#9313) --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 066adbc21f87..c2333f2951a6 100644 --- a/README.md +++ b/README.md @@ -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) + ```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