Skip to content

Commit ddf88c4

Browse files
Update Readme.md with link for Vue.js and minified version of table-sort-js
Updated the Readme.md with link for Vue.js and minified version of table-sort-js
1 parent 3bd1052 commit ddf88c4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ import tableSort from "table-sort-js/table-sort.js";
2222
```
2323

2424
Refer to the documentation for examples on using table-sort-js with frontend frameworks such as
25-
[ReactJS.](https://leewannacott.github.io/table-sort-js/docs/react.html)
25+
[React.js](https://leewannacott.github.io/table-sort-js/docs/react.html) and [Vue.js](https://leewannacott.github.io/table-sort-js/docs/vue.html)
2626

27-
<b>Option 2.</b> [Download table-sort.js](https://leewannacott.github.io/table-sort-js/table-sort.js) (Select save as.)
27+
<b>Option 2.</b> Download [table-sort.js](https://leewannacott.github.io/table-sort-js/table-sort.js) (Select save as.), or download a [minified version](https://cdn.jsdelivr.net/npm/table-sort-js) (~5kB)
2828

2929
Then add the following script before your HTML table:
3030

3131
```html
3232
<script src="table-sort.js"></script>
3333
```
3434

35-
Refer to the documenation for examples how to use table-sort-js with [HTML.](https://leewannacott.github.io/table-sort-js/docs/html5.html)
35+
Refer to the documenation for examples on how to use table-sort-js with [HTML](https://leewannacott.github.io/table-sort-js/docs/html5.html)
3636

3737
#### To make tables sortable:
3838

0 commit comments

Comments
 (0)