diff --git a/README.md b/README.md index 0c9ee0d..897fdde 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,10 @@ Simple functional functions common to any development in Typescript or JavaScrip ## Example ```typescript +import * as fn from 'fnTools' + +fn.range(4); +// [0, 1, 2, 3, 4] ``` ## Compile