diff --git a/src/html/components/docs/introduction/index.md b/src/html/components/docs/introduction/index.md index 84e9a7d0c..20f43a4c8 100644 --- a/src/html/components/docs/introduction/index.md +++ b/src/html/components/docs/introduction/index.md @@ -10,24 +10,24 @@ Legacy Releases are [AdminLTE 3](https://github.com/ColorlibHQ/AdminLTE/releases ### Grab from [jsdelivr](https://www.jsdelivr.com/package/npm/admin-lte) CDN: _**Important Note**: You needed to add separately cdn links for plugins in your project._ ```html - + ``` ```html - + ``` ### Using The Command Line: _**Important Note**: To install it via npm/Yarn, you need at least Node.js 14 or higher._ #### Via npm ```bash -npm install admin-lte@4.0.0-alpha1 --save +npm install admin-lte@4.0.0-alpha2 --save ``` #### Via Yarn ```bash -yarn add admin-lte@4.0.0-alpha1 +yarn add admin-lte@4.0.0-alpha2 ``` #### Via Composer ```bash -composer require "almasaeed2010/adminlte=4.0.0-alpha1" +composer require "almasaeed2010/adminlte=4.0.0-alpha2" ``` #### Via Git ```bash