From 9fda94034a6230321297f11f1f57cf644611a641 Mon Sep 17 00:00:00 2001 From: Cioraz <123grover222@gmail.com> Date: Sun, 21 May 2023 13:45:43 +0530 Subject: [PATCH] Updated jsdelivr links without @1 or @latest --- README.md | 6 +++--- public/docs/html5.html | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 80f8008..af22854 100644 --- a/README.md +++ b/README.md @@ -32,18 +32,18 @@ Examples on using table-sort-js with frontend frameworks such as [React.js](http - Option 2: Load as script from a Content Delivery Network (CDN): ```javascript - + ``` Or Minified (smaller size, but harder to debug!): ```javascript - + ``` 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) -- Option 3: Download [table-sort.js](https://cdn.jsdelivr.net/npm/table-sort-js@1/table-sort.js) (Select save as.), or download a [minified version](https://cdn.jsdelivr.net/npm/table-sort-js@1/table-sort.js) (~5kB) +- Option 3: Download [table-sort.js](https://cdn.jsdelivr.net/npm/table-sort-js/table-sort.js) (Select save as.), or download a [minified version](https://cdn.jsdelivr.net/npm/table-sort-js/table-sort.min.js) (~5kB) Then rename and add the following script before your HTML table: diff --git a/public/docs/html5.html b/public/docs/html5.html index 86e0e90..c1d9253 100644 --- a/public/docs/html5.html +++ b/public/docs/html5.html @@ -51,7 +51,7 @@

table-sort-js

Download: - table-sort.js + table-sort.js (Select option save as.)