Skip to content

Commit 95f34b2

Browse files
authored
New Badges in README.MD 📰
1 parent b9d08d9 commit 95f34b2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.MD

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# **sorting-algorithm-visualizer**
22

3-
[![Tests](https://github.com/c1m50c/sorting-algorithm-visualizer/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/c1m50c/sorting-algorithm-visualizer/actions/workflows/tests.yml)
3+
![GitHub Workflow Status](https://img.shields.io/github/workflow/status/c1m50c/sorting-algorithm-visualizer/Tests?style=for-the-badge)
4+
![License](https://img.shields.io/github/license/c1m50c/sorting-algorithm-visualizer?color=blue&style=for-the-badge)
5+
![Lines of code](https://img.shields.io/tokei/lines/github/c1m50c/sorting-algorithm-visualizer?style=for-the-badge)
46

57
Visualizes various sorting algorithms with Python and Matplotlib.
68

@@ -33,4 +35,4 @@ Visual Sorting Algorithms
3335
- Gnome Sort
3436
- Shell Sort
3537
- Heap Sort
36-
- Comb Sort
38+
- Comb Sort

0 commit comments

Comments
 (0)