From 4d47bf69119c9c5e7a69ceb22f0f1344d6558143 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 22:32:03 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3df3053..323907b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -#Custom View Examples# +# Custom View Examples # This repository contains a series of sample code designed to highlight applications of creating custom Views and ViewGroups. Examples include: @@ -7,7 +7,7 @@ This repository contains a series of sample code designed to highlight applicati - Custom View - Custom ViewGroup -##License## +## License ## **The code supplied here is covered under the MIT Open Source License:**