From 91de427ad8f4558de5278c8adeb69fbe31a39aed Mon Sep 17 00:00:00 2001 From: Paul Bouman Date: Mon, 7 Aug 2023 12:27:15 +0200 Subject: [PATCH] Update README.md Added DOI badge, moved License to top (as this is more common) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4da59da..b4681c5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -190,7 +193,3 @@ To run all the tests use: ```bash $ python3 -m unittest discover -s -p '*_tests.py' ``` - -## License - -[![scipy](https://img.shields.io/badge/licence-MIT-blue)](https://opensource.org/licenses/MIT)