Skip to content

Commit 099a281

Browse files
committed
doc: use style big badge
1 parent 5719f4c commit 099a281

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

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

3-
[![license MIT][1]][2] [![code stile: standard][3]][4] [![build status][9]][10]
3+
[![Standard Style Guide][3]][4]
4+
5+
[![license MIT][1]][2] [![build status][9]][10]
46

57
This is a living notebook, created to:
68
* Practice JavaScript, algorithms & data structures, unit testing, git, etc.
@@ -96,8 +98,8 @@ requests are always welcome!
9698

9799
[1]: https://img.shields.io/github/license/jcpedroza/algorithms-and-data-structures-js
98100
[2]: https://en.wikipedia.org/wiki/MIT_License
99-
[3]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
100-
[4]: https://standardjs.com
101+
[3]: https://cdn.rawgit.com/standard/standard/master/badge.svg
102+
[4]: https://github.com/standard/standard
101103
[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
102104
[10]: https://actions-badge.atrox.dev/jcpedroza/algorithms-and-data-structures-js/goto?ref=main
103105

0 commit comments

Comments
 (0)