Skip to content

Commit

Permalink
[doc] Updating readme with version 3.0.0 notice #20
Browse files Browse the repository at this point in the history
  • Loading branch information
cayasso committed Feb 18, 2014
1 parent fd2fe3f commit 35aa852
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,13 @@

Node.JS module that adds emitter capabilities to [Primus](https://github.com/3rd-Eden/primus).

### Compatibility
## Compatibility

`primus-emitter@2.1.x` is compatible with [primus@2.x.x](https://github.com/primus/primus/releases/tag/2.0.0) as well as with the `primus@1.x.x` series.
`primus-emitter@3.x.x` is now compatible with [primus@2.x.x](https://github.com/primus/primus/releases/tag/2.0.0) series, if for some reason you need to continue using an old version of `primus` then you can always go back and install a previous version of `primus-emitter` like so:

```bash
$ npm install primus-emitter@2.0.5
```

## Instalation

Expand Down

0 comments on commit 35aa852

Please sign in to comment.