Skip to content

Commit 34fdebb

Browse files
Evgeny BarabanovEvgeny Barabanov
authored andcommitted
docs: update installation docs, previous commit was a BREAKING CHANGE
1 parent ad9c706 commit 34fdebb

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,14 @@ This library will help you to test your reactive code in easy and clear way.
1717

1818
# Usage
1919

20+
For RxJs 5:
2021
```sh
21-
npm i jest-marbles -D
22+
npm i jest-marbles@1 -D
23+
```
24+
25+
For RxJs 6:
26+
```sh
27+
npm i jest-marbles@latest -D
2228
```
2329

2430
In the test file:

0 commit comments

Comments
 (0)