Skip to content

Commit

Permalink
update readme and added npm 🔥
Browse files Browse the repository at this point in the history
  • Loading branch information
Shady Khalifa committed Sep 1, 2018
1 parent b684db1 commit af009a6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,6 @@ typings/

# next.js build output
.next

# built-lib
lib
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,14 @@ and not only that, it will work with any kind of `EventEmitter` that implements

#### IMPORTANT: you will need typescript 3.0+

> TODO: add install after publishing it to npm
```bash
npm install nest-emitter
```
or

```bash
yarn add nest-emitter
```

## Usage

Expand Down

0 comments on commit af009a6

Please sign in to comment.