diff --git a/lib/fp/template/doc/wiki.jst b/lib/fp/template/doc/wiki.jst index 188302fb9..095eda604 100644 --- a/lib/fp/template/doc/wiki.jst +++ b/lib/fp/template/doc/wiki.jst @@ -1,7 +1,9 @@ ## lodash/fp -The `lodash/fp` module is an instance of `lodash` with its methods wrapped to -produce immutable auto-curried iteratee-first data-last methods. +The `lodash/fp` module promotes a more +[functional programming](https://en.wikipedia.org/wiki/Functional_programming) +(FP) friendly style by exporting an instance of `lodash` with its methods wrapped +to produce immutable auto-curried iteratee-first data-last methods. ## Installation