Skip to content

Commit 580c005

Browse files
committed
docs: change downloads badge to bundle size
If users care about downloads they check that themselves. Bundle size is, or at least should be more interesting for everyone.
1 parent c4c9d5e commit 580c005

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
[![Tests Status][tests-badge]][tests-url]
66
[![Coverage Status][coveralls-badge]][coveralls-url]
77
[![NPM Version][npm-version-badge]][npm-url]
8-
[![Downloads Stats][npm-downloads-badge]][npm-url]
8+
[![Bundle Size][bundlejs-badge]][bundlejs-url]
99

1010
## What's it all about?
1111
sql-highlight is a small package that highlights SQL queries. It can output to
@@ -175,5 +175,6 @@ very little similarity with the original repo.
175175
[coveralls-badge]: https://coveralls.io/repos/github/scriptcoded/sql-highlight/badge.svg
176176
[coveralls-url]: https://coveralls.io/github/scriptcoded/sql-highlight
177177
[npm-version-badge]: https://img.shields.io/npm/v/sql-highlight.svg
178-
[npm-downloads-badge]: https://img.shields.io/npm/dm/sql-highlight.svg
179178
[npm-url]: https://npmjs.org/package/sql-highlight
179+
[bundlejs-badge]: https://deno.bundlejs.com/?bundle&q=sql-highlight&badge
180+
[bundlejs-url]: https://bundlejs.com/?bundle&q=sql-highlight

0 commit comments

Comments
 (0)