From 06658a3d96af8cdaa338718605f955fd18193527 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 20:24:23 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a53da7..c4ec220 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ shortcomings of OOP and streamlines game creation and maintenance. The RECF has been documented in a series of blog posts by the author: -###Entity-Component game programming using JRuby and libGDX +### Entity-Component game programming using JRuby and libGDX * [Part 1 - introduction and nomenclature](http://cbpowell.wordpress.com/2012/10/30/entity-component-game-programming-using-jruby-and-libgdx-part-1/) * [Part 2 - entities and the entity manager](http://wp.me/pFIOD-f0)