Skip to content

Commit 10e3773

Browse files
committed
Add more badges
1 parent cf8ccad commit 10e3773

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

readme.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# html-void-elements [![Build Status][build-badge]][build-page]
1+
# html-void-elements
2+
3+
[![Build][build-badge]][build]
4+
[![Downloads][downloads-badge]][downloads]
5+
[![Size][size-badge]][size]
26

37
List of known void HTML elements. Includes ancient (for example,
48
`nextid` and `basefont`) and modern (for example, `img` and
@@ -65,7 +69,15 @@ Yields:
6569

6670
[build-badge]: https://img.shields.io/travis/wooorm/html-void-elements.svg
6771

68-
[build-page]: https://travis-ci.org/wooorm/html-void-elements
72+
[build]: https://travis-ci.org/wooorm/html-void-elements
73+
74+
[downloads-badge]: https://img.shields.io/npm/dm/html-void-elements.svg
75+
76+
[downloads]: https://www.npmjs.com/package/html-void-elements
77+
78+
[size-badge]: https://img.shields.io/bundlephobia/minzip/html-void-elements.svg
79+
80+
[size]: https://bundlephobia.com/result?p=html-void-elements
6981

7082
[npm]: https://docs.npmjs.com/cli/install
7183

0 commit comments

Comments
 (0)