Skip to content

Commit b5187da

Browse files
NPM release 1.91 (#67)
1 parent 309b393 commit b5187da

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import tableSort from "table-sort-js/table-sort.js";
2424
Refer to the documentation for examples on using table-sort-js with frontend frameworks such as
2525
[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.), or download a [minified version](https://cdn.jsdelivr.net/npm/table-sort-js) (~5kB)
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

npm/README.md

+3-3
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

npm/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "table-sort-js",
3-
"version": "1.9.0",
3+
"version": "1.9.1",
44
"description": "A JavaScript client-side HTML table sorting library with no dependencies required.",
55
"license": "MIT",
66
"repository": "LeeWannacott/table-sort-js",

0 commit comments

Comments
 (0)