diff --git a/README.md b/README.md
index 77ad954..d3a472c 100644
--- a/README.md
+++ b/README.md
@@ -71,6 +71,7 @@
- [shortFmt](#shortfmt)
- [byteFmt](#bytefmt)
- [kbFmt](#kbfmt)
+ - [mode] (#mode)
- [Boolean](#boolean)
- [isNull](#isnull)
- [isDefined](#isdefined)
@@ -1222,6 +1223,14 @@ Converts kilobytes into formatted display
1 MB
1.00126 GB
+```
+###mode
+Calculates the mode value from all values within an array
+**Usage:** ```array | mode```
+```html
+{{ [12,7,5,7] | mode }}
+