updated version numbers in README.md

pull/3366/head
REJack 2021-02-02 08:21:58 +01:00 committed by GitHub
parent 1216299786
commit 4a24c6368e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

View File

@ -35,11 +35,11 @@ Legacy Releases are [AdminLTE 2](https://github.com/ColorlibHQ/AdminLTE/releases
_**Important Note**: You needed to add separately cdn links for plugins in your project._ _**Important Note**: You needed to add separately cdn links for plugins in your project._
```html ```html
<script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0/dist/js/adminlte.min.js"></script> <script src="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/js/adminlte.min.js"></script>
``` ```
```html ```html
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1.0/dist/css/adminlte.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/admin-lte@3.1/dist/css/adminlte.min.css">
``` ```
### Using The Command Line: ### Using The Command Line:
@ -49,19 +49,19 @@ _**Important Note**: To install it via npm/Yarn, you need at least Node.js 10 or
- **Via npm** - **Via npm**
```bash ```bash
npm install admin-lte@^3.0 --save npm install admin-lte@^3.1 --save
``` ```
- **Via Yarn** - **Via Yarn**
```bash ```bash
yarn add admin-lte@^3.0 yarn add admin-lte@^3.1
``` ```
- **Via Composer** - **Via Composer**
```bash ```bash
composer require "almasaeed2010/adminlte=~3.0" composer require "almasaeed2010/adminlte=~3.1"
``` ```
- **Via Git** - **Via Git**