Skip to content

Commit a92ecfa

Browse files
committed
Update badges
1 parent 1b70ecb commit a92ecfa

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,15 @@ JS data structs<br>
55
</h1>
66
<h3 align="center">
77

8-
<img src ="https://img.shields.io/npm/dt/js-data-structs.svg?style=flat-square">
9-
<img src ="https://img.shields.io/npm/v/js-data-structs.svg?style=flat-square">
10-
<img src ="https://data.jsdelivr.com/v1/package/npm/js-data-structs/badge">
8+
<img src ="https://img.shields.io/npm/dt/js-data-structs.svg?style=for-the-badge">
9+
<img src ="https://img.shields.io/npm/v/js-data-structs.svg?style=for-the-badge">
10+
<!-- <img alt="jsDelivr hits (npm)" src="https://img.shields.io/jsdelivr/npm/hm/js-data-structs?style=for-the-badge"> -->
11+
<img alt="npm bundle size" src="https://img.shields.io/bundlephobia/min/js-data-structs?style=for-the-badge">
1112

1213
</h3>
1314

1415

15-
A small data structures library for JavaScript, also includes some algorithms.
16+
A small data structures and algorithms library for JavaScript.
1617

1718
## Installing
1819
### npm package
@@ -47,6 +48,7 @@ A small data structures library for JavaScript, also includes some algorithms.
4748
- LZW
4849
- Encoding
4950
- Decoding
51+
- Fisher–Yates shuffle Algorithm
5052

5153
### [Usage guide](https://data-structs.netlify.com/guide/trees.html)
5254

0 commit comments

Comments
 (0)