From 35cbcf98f3fea14b3104a466ac3c7d2f57ec1aff Mon Sep 17 00:00:00 2001 From: domi41 Date: Tue, 4 May 2021 00:19:19 +0200 Subject: [PATCH] docs: fix the headline --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d88072..a879d74 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,14 @@ [![MIT](https://img.shields.io/github/license/MieuxVoter/majority-judgment-library-java)](./LICENSE.md) ![Build Status](https://img.shields.io/github/workflow/status/MieuxVoter/majority-judgment-library-java/Java%20CI%20with%20Maven) -Test-driven java library to help deliberate using Majority Judgment. ![Release](https://img.shields.io/github/v/release/MieuxVoter/majority-judgment-library-java?sort=semver) [![Join the Discord chat at https://discord.gg/rAAQG9S](https://img.shields.io/discord/705322981102190593.svg)](https://discord.gg/rAAQG9S) +Test-driven java library to help deliberate using Majority Judgment. + +The goal is to be **scalable**, **reliable**, fast and extensible. +We therefore use a _score-based algorithm_ and _no floating-point arithmetic_ whatsoever. + ## Example Usage