Skip to content

Commit

Permalink
fixed typo + minor formatting update
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-w-nick committed Apr 3, 2023
1 parent 81eb7d8 commit 9d64451
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,10 @@ Up to **x12** faster than `eventemitter3` in terms of "classic api event emitter

- Fully typed args of `emit` method based on events map
- Fully implements `NodeJS.EventEmitter` type & standart, provides interface
- Worlds fastest pure-js EventEmitter`
- Worlds fastest pure-js `EventEmitter`
- Fully tested with eventemitter3 tests

PS Uses `eval` for runtime codegenerations;
dont afraid it, all js engines use it lol.
> PS Uses `eval` for runtime codegenerations; don't be afraid of it, all JS engines use it lol.
[how it works](./docs/how_it_works_en.md)

Expand Down

0 comments on commit 9d64451

Please sign in to comment.