Skip to content

Commit 72950b4

Browse files
committed
docs: fix non-https badge
1 parent 5e78e68 commit 72950b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ app.get('/events', function (req, res) {
109109
[travis-url]: https://travis-ci.org/expressjs/compression
110110
[coveralls-image]: https://img.shields.io/coveralls/expressjs/compression.svg?style=flat
111111
[coveralls-url]: https://coveralls.io/r/expressjs/compression?branch=master
112-
[downloads-image]: http://img.shields.io/npm/dm/compression.svg?style=flat
112+
[downloads-image]: https://img.shields.io/npm/dm/compression.svg?style=flat
113113
[downloads-url]: https://npmjs.org/package/compression
114114
[gratipay-image]: https://img.shields.io/gratipay/dougwilson.svg?style=flat
115115
[gratipay-url]: https://www.gratipay.com/dougwilson/

0 commit comments

Comments
 (0)