Skip to content

Commit

Permalink
docs: ✏️ Added rxjs dependency reference
Browse files Browse the repository at this point in the history
  • Loading branch information
dsebastian committed Nov 22, 2019
1 parent 16affc1 commit d602079
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,11 @@ npm i -D @lensesio/cypress-websocket-testing
yarn add -D @lensesio/cypress-websocket-testing
```

You also need to add `rxjs` to the project.
```bash
npm i -D rxjs
```

## Usage

### JavaScript
Expand Down

0 comments on commit d602079

Please sign in to comment.