Skip to content

Commit ef0f649

Browse files
authored
Refactor README badges for improved visibility fixes #5
1 parent d3df408 commit ef0f649

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,16 @@
11
# ChordNet
2-
[![Main Branch Status](https://github.com/jacklowrie/chordnet/actions/workflows/main.yml/badge.svg)](https://github.com/jacklowrie/chordnet/actions/workflows/main.yml)
3-
[![PyPI Published](https://github.com/jacklowrie/chordnet/actions/workflows/publish.yml/badge.svg)](https://github.com/jacklowrie/chordnet/actions/workflows/publish.yml)
2+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jacklowrie/chordnet/main.yml?logo=GitHub&label=Main%20Branch%20Build)
3+
![GitHub Actions Workflow Status](https://img.shields.io/github/actions/workflow/status/jacklowrie/chordnet/publish.yml?logo=GitHub&label=PyPI%20Published%20Build)
4+
5+
![GitHub License](https://img.shields.io/github/license/jacklowrie/chordnet?logo=github)
6+
![PyPI - Types](https://img.shields.io/pypi/types/chordnet?logo=pypi)
7+
8+
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/chordnet?logo=pypi)
9+
![PyPI - Implementation](https://img.shields.io/pypi/implementation/chordnet?logo=pypi)
10+
11+
![PyPI - Version](https://img.shields.io/pypi/v/chordnet?logo=pypi)
12+
![PyPI - Downloads](https://img.shields.io/pypi/dm/chordnet?logo=pypi)
13+
414

515
Python implementation of the chord protocol, introduced by Stoica et al.
616
This library began as a [group project](https://github.com/jacklowrie/chord) for cs536 at Purdue University in

0 commit comments

Comments
 (0)