From 8a1c64621621caf8dfb61ef248be68c6c7690e55 Mon Sep 17 00:00:00 2001 From: Lee Wannacott Date: Sun, 14 May 2023 11:20:43 +1200 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 39b5994..9809cb9 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ ## TABLE-SORT-JS. -- Description: [Vanilla JS](http://vanilla-js.com/) HTML table sorting with sort type inference and browser extension available. +- Description: HTML table sorting library with sort type inference builtin and browser extension available. [#VanillaJS](http://vanilla-js.com/) - [Demo](https://leewannacott.github.io/Portfolio/#/GitHub) - [Documentation.](https://leewannacott.github.io/table-sort-js/docs/about.html) (work in progress) - [npm package.](https://www.npmjs.com/package/table-sort-js) -- [firefox browser extension](https://addons.mozilla.org/en-US/firefox/addon/table-sort-js/) Make HTML tables of any website you visit sortable! +- [firefox browser extension](https://addons.mozilla.org/en-US/firefox/addon/table-sort-js/): Tables of any website you visit become sortable! ## Install instructions.