From 9eeac0d617b96c8330e3f93b5db409bf2d6b22be Mon Sep 17 00:00:00 2001 From: Cla Date: Sun, 11 Feb 2024 14:17:06 +0100 Subject: [PATCH] Test for gitspell Introduce a spolling mistoke in this message to test gitspell. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ed953a9..9a56c7e 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 probably could also just copy them... # Goals