From 1affa63e12badf23bafbae7100fa3cdfc54b1553 Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 6 Aug 2018 11:22:35 -0700 Subject: [PATCH 1/2] Change badges to use badgen --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 11b66b76b5..fbc48672ad 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,11 @@ # Marked -[![npm](https://img.shields.io/npm/v/marked.svg)](https://www.npmjs.com/package/marked) +[![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked) [![gzip size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/marked/marked.min.js?compression=gzip)](https://cdn.jsdelivr.net/npm/marked/marked.min.js) [![install size](https://packagephobia.now.sh/badge?p=marked)](https://packagephobia.now.sh/result?p=marked) -[![downloads](https://img.shields.io/npm/dt/marked.svg)](https://www.npmjs.com/package/marked) -[![travis](https://travis-ci.org/markedjs/marked.svg?branch=master)](https://travis-ci.org/markedjs/marked) +[![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked) +[![travis](https://badgen.net/travis/markedjs/marked)](https://travis-ci.org/markedjs/marked) - ⚡ built for speed - ⬇️ low-level compiler for parsing markdown without caching or blocking for long periods of time From 9a80b287b582c5a5acafdebbe59e9e5f0c1b820c Mon Sep 17 00:00:00 2001 From: Steven Date: Mon, 6 Aug 2018 18:36:38 -0500 Subject: [PATCH 2/2] Change packagephobia badge to badgen --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fbc48672ad..fe7611c86a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ [![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked) [![gzip size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/marked/marked.min.js?compression=gzip)](https://cdn.jsdelivr.net/npm/marked/marked.min.js) -[![install size](https://packagephobia.now.sh/badge?p=marked)](https://packagephobia.now.sh/result?p=marked) +[![install size](https://badgen.net/packagephobia/install/marked)](https://packagephobia.now.sh/result?p=marked) [![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked) [![travis](https://badgen.net/travis/markedjs/marked)](https://travis-ci.org/markedjs/marked)