aboutsummaryrefslogtreecommitdiff
path: root/node_modules/mimic-fn/readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/mimic-fn/readme.md')
-rw-r--r--node_modules/mimic-fn/readme.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/node_modules/mimic-fn/readme.md b/node_modules/mimic-fn/readme.md
index 672c79eb3..e57573438 100644
--- a/node_modules/mimic-fn/readme.md
+++ b/node_modules/mimic-fn/readme.md
@@ -8,7 +8,7 @@ Useful when you wrap a function in another function and like to preserve the ori
## Install
```
-$ npm install --save mimic-fn
+$ npm install mimic-fn
```
@@ -43,6 +43,8 @@ It will copy over the properties `name`, `length`, `displayName`, and any custom
### mimicFn(to, from)
+It will modify `to` and return it.
+
#### to
Type: `Function`