From e6d891c5531d6368202c1e54a629f5d738a8d0fd Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 03:41:50 -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 5180a5e..2aa2747 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # SchemaForm -##Simple form building for angular. +## Simple form building for angular. Schema form provides a couple directives for building forms given a [json schema](http://json-schema.org).