Skip to content

Commit 8c0432f

Browse files
authored
Merge pull request #1317 from markedjs/badgen
Change badges from shields.io to badgen.net
2 parents ba7e06d + 9a80b28 commit 8c0432f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44

55
# Marked
66

7-
[![npm](https://img.shields.io/npm/v/marked.svg)](https://www.npmjs.com/package/marked)
7+
[![npm](https://badgen.net/npm/v/marked)](https://www.npmjs.com/package/marked)
88
[![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)
9-
[![install size](https://packagephobia.now.sh/badge?p=marked)](https://packagephobia.now.sh/result?p=marked)
10-
[![downloads](https://img.shields.io/npm/dt/marked.svg)](https://www.npmjs.com/package/marked)
11-
[![travis](https://travis-ci.org/markedjs/marked.svg?branch=master)](https://travis-ci.org/markedjs/marked)
9+
[![install size](https://badgen.net/packagephobia/install/marked)](https://packagephobia.now.sh/result?p=marked)
10+
[![downloads](https://badgen.net/npm/dt/marked)](https://www.npmjs.com/package/marked)
11+
[![travis](https://badgen.net/travis/markedjs/marked)](https://travis-ci.org/markedjs/marked)
1212

1313
- ⚡ built for speed
1414
- ⬇️ low-level compiler for parsing markdown without caching or blocking for long periods of time

0 commit comments

Comments
 (0)