Skip to content

Commit 3f87cbb

Browse files
committed
doc: add badges
1 parent 9de566f commit 3f87cbb

File tree

1 file changed

+12
-3
lines changed

1 file changed

+12
-3
lines changed

README.md

+12-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# JavaScript Algorithms & Data Structures
22

3+
[![node][18]][19]
4+
[![npm][20]][21]
5+
36
[![Standard Style Guide][3]][4]
47

5-
[![license MIT][1]][2] [![build status][9]][10]
8+
[![license MIT][1]][2]
9+
[![build status][9]][10]
610

711
This is a living notebook, created to:
812
* Practice:
@@ -105,13 +109,18 @@ requests are very welcome!
105109
[![contributors][25]][26] [![commit activity][27]][28] [![issues][29]][30]
106110
[![issues closed][31]][32] [![issues pr][33]][34] [![issues pr closed][35]][36]
107111

108-
[1]: https://img.shields.io/github/license/jcpedroza/algorithms-and-data-structures-js
109-
[2]: https://en.wikipedia.org/wiki/MIT_License
112+
[1]: https://badgen.net/github/license/JCPedroza/algorithms-and-data-structures-ts
113+
[2]: https://opensource.org/licenses/MIT
110114
[3]: https://cdn.rawgit.com/standard/standard/master/badge.svg
111115
[4]: https://github.com/standard/standard
112116
[9]: https://img.shields.io/endpoint.svg?url=https%3A%2F%2Factions-badge.atrox.dev%2Fjcpedroza%2Falgorithms-and-data-structures-js%2Fbadge%3Fref%3Dmain&style=flat
113117
[10]: https://actions-badge.atrox.dev/jcpedroza/algorithms-and-data-structures-js/goto?ref=main
114118

119+
[18]: https://img.shields.io/badge/node.js-6DA55F?style=for-the-badge&logo=node.js&logoColor=white
120+
[19]: https://github.com/nodejs/node
121+
[20]: https://img.shields.io/badge/NPM-%23000000.svg?style=for-the-badge&logo=npm&logoColor=white
122+
[21]: https://github.com/npm/cli
123+
115124
[25]: https://img.shields.io/github/contributors/JCPedroza/algorithms-and-data-structures-js
116125
[26]: https://github.com/JCPedroza/algorithms-and-data-structures-js/graphs/contributors
117126
[27]: https://img.shields.io/github/commit-activity/m/JCPedroza/algorithms-and-data-structures-js

0 commit comments

Comments
 (0)