From 097a4c6435dc74cd8c886b49fccedb32eebbc568 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Niklas=20R=C3=A4m=C3=B6?= Date: Tue, 16 Jul 2019 10:18:59 +0300 Subject: [PATCH] Fix README badge size url from http to https. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 76188496..f10b7b51 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Muuri -[![gzip size](http://img.badgesize.io/https://unpkg.com/muuri@0.8.0/dist/muuri.min.js?compression=gzip)](https://unpkg.com/muuri@0.8.0/dist/muuri.min.js) +[![gzip size](https://img.badgesize.io/https://unpkg.com/muuri@0.8.0/dist/muuri.min.js?compression=gzip)](https://unpkg.com/muuri@0.8.0/dist/muuri.min.js) [![npm](https://img.shields.io/npm/v/muuri.svg)](http://npm.im/muuri) Muuri is a JavaScript layout engine that allows you to build all kinds of layouts and make them responsive, sortable, filterable, draggable and/or animated. Comparing to what's out there Muuri is a combination of [Packery](http://packery.metafizzy.co/), [Masonry](http://masonry.desandro.com/), [Isotope](http://isotope.metafizzy.co/) and [Sortable](https://github.com/RubaXa/Sortable). Wanna see it in action? Check out the [demo](http://haltu.github.io/muuri/) on the website.