diff --git a/.github/actions/shellcheck/action.yml b/.github/actions/shellcheck/action.yml index 6213323..125e3c0 100644 --- a/.github/actions/shellcheck/action.yml +++ b/.github/actions/shellcheck/action.yml @@ -1,6 +1,6 @@ --- name: shellcheck -description: Checks all shell scripts in repo +description: Checks all shellscripts in repo runs: using: composite steps: 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