From f96d4aea3e0c4e09ed94e766179e5c015f90aa16 Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 31 Jul 2019 08:18:30 +0200 Subject: [PATCH] updated docs install section --- docs/index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.md b/docs/index.md index 5da4f2062..f2c754410 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 --save +npm install admin-lte@3.0.0-beta.2 --save ``` ###### __Via Yarn__ ```bash -npm add admin-lte +npm add admin-lte@3.0.0-beta.2 ``` ###### __Via Bower__ ```bash -bower install admin-lte +bower install admin-lte#3.0.0-beta.2 ``` > If bower asks which version of jQuery to use, choose version 3 or above. {: .quote-info}