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