Skip to content

Commit

Permalink
Merge pull request #2 from bryant1410/master
Browse files Browse the repository at this point in the history
Fix broken headings in Markdown files
  • Loading branch information
Chovanec committed Apr 17, 2017
2 parents e6ab211 + 7b10627 commit aa2cb1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
@@ -1,7 +1,7 @@
#Elo Rating PHP
# Elo Rating PHP
A PHP class which implements the [Elo rating system](http://en.wikipedia.org/wiki/Elo_rating_system).

#Usage
# Usage

require 'src/Rating/Rating.php';

Expand All @@ -26,6 +26,6 @@ A PHP class which implements the [Elo rating system](http://en.wikipedia.org/wik

---------------------------------------

#Credits
# Credits

<a rel="license" href="http://creativecommons.org/licenses/by/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by/4.0/80x15.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Elo Rating PHP</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="http://michalchovanec.com" property="cc:attributionName" rel="cc:attributionURL">Michal Chovanec</a> is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>.

0 comments on commit aa2cb1e

Please sign in to comment.