Skip to content

Commit

Permalink
Merge pull request #1 from lisez/update-readme
Browse files Browse the repository at this point in the history
update readme
  • Loading branch information
lisez authored May 25, 2024
2 parents 37492de + bdd6e63 commit 73a976b
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ features:
- support conjoined events.
- support mixed async/sync handlers.

[![Coverage Status](https://coveralls.io/repos/github/lisez/xevt/badge.svg?branch=feature/0.2.0)](https://coveralls.io/github/lisez/xevt?branch=feature/0.2.0)
[![Coverage Status](https://coveralls.io/repos/github/lisez/xevt/badge.svg?branch=feature/0.2.0)](https://coveralls.io/github/lisez/xevt?branch=feature/0.2.0) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

## Installation

Expand Down Expand Up @@ -108,3 +108,10 @@ for (let i = 0; i < 5; i++) {

// [1, 2, 1, 2, 1, 2, 1, 2, 1, 2]
```

## Similar projects

- [mitt](https://github.com/developit/mitt)
- [emittery](https://github.com/sindresorhus/emittery)
- [eventemitter3](https://github.com/primus/eventemitter3)
- [evt](https://github.com/garronej/evt)

0 comments on commit 73a976b

Please sign in to comment.