diff --git a/README.md b/README.md index a647430..c9b7c3c 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,15 @@ -##Gridforms +## Gridforms An effort to make beautiful forms for web applications that make data entry less painful. Gridforms is a front-end library which handles the boilerplate necessary to build grid based forms. This is my first ever open source project so please [email](mailto:contact@kumailht.com) me if you spot any errors (which you're guaranteed to find). I am only now realizing how hard it is to write even simple documentation, your help in improving it will be greatly appreciated. -###Examples +### Examples - [Gridforms Homepage](http://kumailht.com/gridforms) - [Example Bank Account Application Form](http://kumailht.com/gridforms/example.html) -###Basic Usage +### Basic Usage -####1. Import Gridforms +#### 1. Import Gridforms There are two ways you can import the Gridforms styles: @@ -23,7 +23,7 @@ There are two ways you can import the Gridforms styles: @import gridforms.sass ``` -####2. Markup your Gridform +#### 2. Markup your Gridform ```html