diff --git a/README.md b/README.md
index fa899d3..309a37e 100644
--- a/README.md
+++ b/README.md
@@ -30,31 +30,31 @@ composer require onokumus/metismenu:dev-master
1. Include metisMenu StyleSheet
```html
-
+
```
OR
```html
-
+
```
2. Include jQuery
```html
-
+
```
OR
```html
-
+
```
3. Include metisMenu plugin's code
```html
-
+
```
OR
```html
-
+
```
4. Add class `metismenu` to unordered list
@@ -229,6 +229,7 @@ Contains a simple HTML file to demonstrate metisMenu plugin.
### Release History
|**DATE** |**VERSION** |**CHANGES**|
|--------------|--------------|-----------|
+|2016-03-03 |v2.4.1 |Transition element passed to methods|
|2016-01-25 |v2.4.0 |Support AMD / Node / CommonJS|
|2016-01-08 |v2.3.0 |Adding aria-disabled=true to the link element prevents the dropdown from opening|
|2015-09-27 |v2.2.0 |Events supported & added preventDefault options|