From 8d3c60f021882ddc9e8bcd4b2c9773211dcbf843 Mon Sep 17 00:00:00 2001 From: ghiscoding Date: Sun, 6 Oct 2024 00:43:05 -0400 Subject: [PATCH] docs: update CDN links with latest version --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9339fb6f..7e3725cb 100644 --- a/README.md +++ b/README.md @@ -31,16 +31,16 @@ Also take a look at the [Wiki](https://github.com/6pac/SlickGrid/wiki) and [Rele _For a basic TypeScript example, take a look at the v5.0 Annoucement & Migration guide shown below and also the [TypeScript Example Wiki](https://github.com/6pac/SlickGrid/wiki/TypeScript-Examples)._ ### Installation -There are multiple ways to use and install SlickGrid, you can use it as a standalone (IIFE) or install it through NPM then `import` or `require` SlickGrid (`import` is preferred for tree shaking). +There are multiple ways to use and install SlickGrid, you can use it as a standalone (IIFE) or install it through NPM then `import` or `require` SlickGrid (`import` is preferred for tree shaking). ```sh # Alpine style from CDN - + # standalone scripts (IIFE) from CDN - - - + + +