From 99e51bc31a520eb4ede2b86771bd359cc2b4dd91 Mon Sep 17 00:00:00 2001 From: REJack Date: Thu, 3 Oct 2019 14:18:35 +0200 Subject: [PATCH] updated install instruction in docs --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 9c9136c21..374af488e 100755 --- a/docs/index.md +++ b/docs/index.md @@ -15,17 +15,17 @@ Visit the releases section on Github and download the [latest release](https://g ###### __Via NPM__ ```bash -npm install admin-lte@3.0.0-beta.2 --save +npm install admin-lte@v3-latest --save ``` ###### __Via Yarn__ ```bash -yarn add admin-lte@3.0.0-beta.2 +yarn add admin-lte@v3-latest ``` ###### __Via Bower__ ```bash -bower install admin-lte#3.0.0-beta.2 +bower install admin-lte#v3-latest ``` > If bower asks which version of jQuery to use, choose version 3 or above. {: .quote-info}