Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added DOI badge, moved License to top (as this is more common)
  • Loading branch information
pcbouman-eur committed Aug 7, 2023
1 parent a766910 commit 91de427
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[![Python tests](https://github.com/pcbouman-eur/wwcs2020-votingmodel/actions/workflows/run_tests.yml/badge.svg)](https://github.com/pcbouman-eur/wwcs2020-votingmodel/actions/workflows/run_tests.yml)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.8220453.svg)](https://doi.org/10.5281/zenodo.8220453)
[![MIT License](https://img.shields.io/badge/licence-MIT-blue)](https://opensource.org/licenses/MIT)


# Electoral Systems project

Expand Down Expand Up @@ -190,7 +193,3 @@ To run all the tests use:
```bash
$ python3 -m unittest discover -s <repo_directory> -p '*_tests.py'
```

## License

[![scipy](https://img.shields.io/badge/licence-MIT-blue)](https://opensource.org/licenses/MIT)

0 comments on commit 91de427

Please sign in to comment.