Skip to content

Commit eff6c8f

Browse files
committed
Update readme.MD
1 parent 24d3895 commit eff6c8f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Diff for: README.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -52,14 +52,14 @@ All scripts are available on the cdn:
5252

5353
DateBox uses the following version scheme:
5454

55-
http://dev.jtsage.com/cdn/datebox/<jqm VERSION>/
55+
[http://dev.jtsage.com/cdn/datebox/&lt;jqm VERSION%gt;/](http://dev.jtsage.com/cdn/datebox/)
5656

5757
You must load:
5858
* jqm-datebox.core.js (or min)
59-
* AND:: jqm-datebox.mode.<yourmode>.js
59+
* AND:: jqm-datebox.mode.&lt;yourmode&gt;.js
6060

6161
OR (if using only one mode)
62-
* jqm-datebox.comp.<yourmode>.js
62+
* jqm-datebox.comp.&lt;yourmode&gt;.js
6363

6464
#### Latest Versions:
6565

@@ -70,7 +70,8 @@ Suggested Use
7070

7171
#### With Option Overrides:
7272

73-
<input type="date" data-role="datebox" name="somedate" data-options='{"mode": "datebox", "overrideDateFormat": "mm/dd/YYYY"}' />
73+
<input type="date" data-role="datebox" name="somedate"
74+
data-options='{"mode": "datebox", "overrideDateFormat": "mm/dd/YYYY"}' />
7475
7576
#### Global Option Overrides:
7677

0 commit comments

Comments
 (0)