From 93531b348aaacfe48c0d70c4c22951b45e072eb5 Mon Sep 17 00:00:00 2001 From: Cla Date: Wed, 10 Apr 2024 18:03:27 +0200 Subject: [PATCH] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed953a9..76e9ff1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # elo.h -A simple library to compute [elo ratings](.https://en.wikipedia.org/wiki/Elo_rating_system). This is for educational purpose and licensed under MIT/public domain so you may use it. But the formulas are very simple so you probably could also just copy them. +A simple library to compute [elo ratings](.https://en.wikipedia.org/wiki/Elo_rating_system). This is for educational purpose and licensed under MIT/public domain so you may use it. But the formulas are very simple so you probebly could also just copy them. # Goals