From de6fc9824ce17e1f89290d044f8ddcf32ff3602c Mon Sep 17 00:00:00 2001 From: Adam Pearce <1wheel@gmail.com> Date: Mon, 22 Jan 2024 16:08:30 -0500 Subject: [PATCH] Fixes file size badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ad7b0be6..44ce5689 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ [![NPM Version](https://img.shields.io/npm/v/regl.svg?style=flat-square)](https://npmjs.org/package/regl) [![Build Status](https://img.shields.io/travis/regl-project/regl.svg?style=flat-square)](https://travis-ci.org/regl-project/regl/) - [![File Size](https://badge-size.herokuapp.com/regl-project/regl/gh-pages/dist/regl.min.js.svg?compression=gzip&style=flat-square)](https://npmcdn.com/regl/dist/regl.min.js) + [![File Size](https://img.shields.io/bundlejs/size/regl)](https://npmcdn.com/regl/dist/regl.min.js) [![Downloads](https://img.shields.io/npm/dm/regl.svg?style=flat-square)](https://npmjs.org/package/regl) [![Standard](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square)](https://standardjs.com)