From 54206519b2a3d2ff5d8a1e48db3f03f48429eeb6 Mon Sep 17 00:00:00 2001 From: Steven Date: Sat, 30 Jun 2018 20:46:22 -0400 Subject: [PATCH] Change gzip size to use latest version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f3b3dbda..e31e1042 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ # Marked [![npm](https://img.shields.io/npm/v/marked.svg)](https://www.npmjs.com/package/marked) -[![gzip size](http://img.badgesize.io/https://cdn.jsdelivr.net/npm/marked@0.3.19/marked.min.js?compression=gzip)](https://cdn.jsdelivr.net/npm/marked@0.3.19/marked.min.js) +[![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)