diff --git a/README.md b/README.md index 1b1d6ae..b2438d3 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,12 @@ # Mimid Functional event-emitter library for javascript. Each time you call a function on a current mimid, a new mimid is returned to the caller. This allows you to chain multiple emits and provides composability of event emitters. +- #### 🐱 Functional + +- #### 🐜 129 Bytes GZipped + +- #### 🚫 No dependencies + # Installation ```shell yarn add mimid