Skip to content

Commit

Permalink
Event: Add installation instructions
Browse files Browse the repository at this point in the history
Signed-off-by: Fadion Dashi <jonidashi@gmail.com>
  • Loading branch information
fadion committed Mar 20, 2018
1 parent a2b0f7b commit 9421352
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/event/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ A thin wrapper for Node's native [events](https://nodejs.org/api/events.html). M

## Usage

```
$ npm install --save @sapphirejs/event
```

As you'd expect, events can be listened with `on` and emmited with `emit`.

```js
Expand Down

0 comments on commit 9421352

Please sign in to comment.