From 4a24c6368eec26acd2b23791198f6eb453e39553 Mon Sep 17 00:00:00 2001 From: REJack Date: Tue, 2 Feb 2021 08:21:58 +0100 Subject: [PATCH] updated version numbers in README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0bfb9a7b5..2f8736817 100644 --- a/README.md +++ b/README.md @@ -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._ ```html - + ``` ```html - + ``` ### 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** ```bash - npm install admin-lte@^3.0 --save + npm install admin-lte@^3.1 --save ``` - **Via Yarn** ```bash - yarn add admin-lte@^3.0 + yarn add admin-lte@^3.1 ``` - **Via Composer** ```bash - composer require "almasaeed2010/adminlte=~3.0" + composer require "almasaeed2010/adminlte=~3.1" ``` - **Via Git**