Skip to content

Commit 984f2a7

Browse files
authored
Merge pull request #294 from FormidableLabs/update-readme-image-src
Update images in README to use https
2 parents 666b817 + cf1996c commit 984f2a7

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
@@ -5,8 +5,8 @@
55
<br><br>
66
<a href="https://npmjs.com/package/react-live"><img src="https://img.shields.io/npm/dm/react-live.svg"></a>
77
<a href="https://npmjs.com/package/react-live"><img src="https://img.shields.io/npm/v/react-live.svg"></a>
8-
<img src="http://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size">
9-
<img src="http://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?label=size">
8+
<img src="https://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size">
9+
<img src="https://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?label=size">
1010
<img src="https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg">
1111
<a href="https://github.com/FormidableLabs/react-live#maintenance-status">
1212
<img alt="Maintenance Status" src="https://img.shields.io/badge/maintenance-active-green.svg" />
@@ -129,7 +129,7 @@ the kind of sizes you will get in a production app. The minified
129129
bundles we publish _exclude_ some dependencies that we depend
130130
on.
131131

132-
<img src="http://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size">
132+
<img src="https://img.badgesize.io/https://unpkg.com/react-live/dist/react-live.min.js?compression=gzip&label=gzip%20size">
133133

134134
In an actual app when you use `react-live` you will also be bundling
135135
Buble for transpilation, which adds `~135kB` to your bundle. This also
@@ -138,7 +138,7 @@ is rather large as well.
138138

139139
We maintain a fork of Buble which excludes the ESnext Regular Expression
140140
transpilation with removes Buble's large dependency and weighs in at
141-
a smaller size of `~51kB`, which you can find published at [`@philpl/buble`](http://npm.im/@philpl/buble).
141+
a smaller size of `~51kB`, which you can find published at [`@philpl/buble`](https://npm.im/@philpl/buble).
142142

143143
You can alias this in Webpack or the build tool of your choice, which
144144
will reduce the overall bundle size of `react-live` to about `83kB`.

0 commit comments

Comments
 (0)