Skip to content

Commit b495549

Browse files
committed
Reformat README
Format readme to comply with CommonMark formatting.
1 parent 3719629 commit b495549

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# elo.h
2+
23
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.
34

45
# Goals
6+
57
- single header in style of [stb](https://github.com/nothings/stb)
68
- well tested, maybe additional examples
79
- C and C++ interfaces

0 commit comments

Comments
 (0)