Skip to content

Commit 2d7a502

Browse files
committed
Update documentation
1 parent d5079bc commit 2d7a502

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,20 @@ jQuery DataTables plugin and Bootstrap 3 integration.
55
Installation
66
---------------------------
77
You can easy install plugin via Bower. Just add it to your application bower config and execute the command in console:
8+
89
```
910
/path/to/bower update
1011
```
12+
1113
Or you can copy and include JS and CSS files directly to your HTML page:
14+
1215
```
1316
<link href="css/datatables-bootstrap3.css" rel="stylesheet">
1417
<script src="js/datatables-bootstrap3.js"></script>
1518
```
19+
1620
Code dependencies:
21+
1722
* Bootstrap 3.* (include Font-Awesome)
1823
* jQuery DataTables plugin 1.10.*
1924

@@ -23,4 +28,4 @@ Fork changes
2328

2429
Example
2530
---------------------------
26-
If you have any questions you can see the example code [here](/example)
31+
If you have any questions you can see the example code [here](/example)

0 commit comments

Comments
 (0)