Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
vinceau committed Dec 15, 2021
1 parent 6a30179 commit 15aed92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ This library provides an easy way to subscribe to real-time [Slippi](https://git

## Installation

This package relies on the `rxjs` package as a peer dependency and must be installed alongside.
This package relies on the `rxjs` and `@slippi/slippi-js` packages as a peer dependency and must be installed alongside this package.

**With NPM**

```bash
npm install @vinceau/slp-realtime rxjs
npm install @vinceau/slp-realtime rxjs @slippi/slippi-js
```

**With Yarn**

```bash
yarn add @vinceau/slp-realtime rxjs
yarn add @vinceau/slp-realtime rxjs @slippi/slippi-js
```

## Usage
Expand Down

0 comments on commit 15aed92

Please sign in to comment.