Skip to content

Commit 3feb7ee

Browse files
author
daffl
committed
Readme update
1 parent 9016d5d commit 3feb7ee

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

readme.md

+11-7
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,19 @@ Usage:
2929
$("#myform").buildForm("http://example.com/myform.json");
3030

3131

32-
How to get it:
32+
## How to get it:
33+
3334
[Download jQuery.dForm 0.1.4](http://github.com/downloads/daffl/jquery.dform/jquery.dform-0.1.3.tar.gz)
3435

35-
How to get involved:
3636

37-
* Visit the [http://groups.google.com/group/jquery-dform | jQuery.dForm Google Group]
38-
* Fork the project on [http://github.com/daffl/jquery.dform/ | GitHub]
39-
* Follow [http://twitter.com/daffl | @daffl] on Twitter
37+
## How to get involved:
38+
39+
* Visit the [jQuery.dForm Google Group](http://groups.google.com/group/jquery-dform)
40+
* Fork the project on [GitHub](http://github.com/daffl/jquery.dform/)
41+
* Follow [@daffl](http://twitter.com/daffl) on Twitter
4042

41-
What it is for:
43+
44+
## What it is for:
4245

4346
There are many server side web frameworks that support HTML form generation,
4447
but you often end up mixing client (e.g. JavaScript validation) and server side processing concerns together.
@@ -47,7 +50,8 @@ This plugin moves the generation of forms entirely on the client side so that th
4750
JavaScript object (usually as JSON) that contains all the information needed to create this form.
4851
It is easily extensible for custom form elements and properties.
4952

50-
You should try this plugin if you want to
53+
54+
## You should try this plugin if you want to
5155

5256
* manage all your form related jQuery plugins in a unified way (jQuery UI and the Validation plugin
5357
supported out of the box)

0 commit comments

Comments
 (0)