From 9284c361196c76d0b5afd57de3113550c92dcc4b Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Mon, 17 Apr 2017 20:03:42 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e80b50e..4444b7c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # RecyclerView and CardView Demo for using RecylcerView and CardView with Android L new features. -##Prerequisites +## Prerequisites - android-support-v7 - Recyclerview - Cardview @@ -22,7 +22,7 @@ dependencies { ``` ## Usage -####RecyclerView +#### RecyclerView ```