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**