Skip to content

Commit e69987a

Browse files
Try badges
1 parent 6b7aed3 commit e69987a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Priority Queue
22

3+
[![Downloads][downloads-badge][downloads]]
4+
[![Size][size-badge][size]]
5+
36
```
47
npm install @decoy9697/priority-queue
58
```
@@ -29,3 +32,10 @@ pq.pop(); // undefined
2932
// .isEmpty() returns a boolean, true given it is empty
3033
pq.isEmpty(); // true
3134
```
35+
36+
<!-- Definitions -->
37+
38+
[downloads-badge]: https://img.shields.io/npm/dm/@decoy9697/priority-queue.svg
39+
[downloads]: https://www.npmjs.com/package/@decoy9697/priority-queue
40+
[size-badge]: https://img.shields.io/bundlephobia/minzip/@decoy9697/priority-queue.svg
41+
[size]: https://bundlephobia.com/result?p=@decoy9697/priority-queue

0 commit comments

Comments
 (0)