From e053518ce6a19c6095f9182b9a84f1ad1787bed0 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 20:44:46 -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 8bd70c3..668b2a5 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,6 @@ BoC needs some documentation, but contains lots of usefull stuff like * Logging wrapper (see BoC.Logging.log4net for implementation) * Persistence repository and service pattern implementation (see other BoC packages like BoC.Persistence.NHibernate for implementations) -#BoC and Sitecore +# BoC and Sitecore If you would like to get started with the BoC and Sitecore, follow this excellent tutorial by Guido van Tricht: http://guidovtricht.nl/2015/07/sitecore-mvc-musicstore-part-1/