Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zchbndcc9 authored Oct 26, 2019
1 parent cfefd35 commit 90cf0cb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90cf0cb

Please sign in to comment.