aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index da9e627..9527ca5 100644
--- a/README.md
+++ b/README.md
@@ -68,8 +68,7 @@ If present, `"*"` handlers are invoked prior to type-matched handlers.
**Parameters**
- `type` **[String](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String)** The event type to invoke
-- `arg1` **\[Any]** A value (first argument), passed to each handler
-- `arg2` **\[Any]** A value (second argument), passed to each handler
+- `evt` **\[Any]** Any value (object is recommended and powerful), passed to each handler
Returns **[Object](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object)** the `mitt` instance for chaining