Skip to content

Commit

Permalink
docs: update installation docs, previous commit was a BREAKING CHANGE
Browse files Browse the repository at this point in the history
  • Loading branch information
Evgeny Barabanov authored and Evgeny Barabanov committed Jun 25, 2018
1 parent ad9c706 commit 34fdebb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,14 @@ This library will help you to test your reactive code in easy and clear way.

# Usage

For RxJs 5:
```sh
npm i jest-marbles -D
npm i jest-marbles@1 -D
```

For RxJs 6:
```sh
npm i jest-marbles@latest -D
```

In the test file:
Expand Down

0 comments on commit 34fdebb

Please sign in to comment.