Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
smithki authored Aug 23, 2019
1 parent cfa15cc commit 05cade6
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,27 @@ A cross-compatible [ResizeObserver](https://developer.mozilla.org/en-US/docs/Web

## 🔗 Installation

Install via `yarn` (recommended):
Install via `yarn` or `npm`:

```sh
yarn add watch-resize
```

Install via `npm`:

```sh
npm install watch-resize
```

Don't forget the `peerDependencies`:

```sh
yarn add rxjs@~6.5.2
```

```sh
npm install rxjs@~6.5.2
```


## 🛠️ Usage

```ts
Expand Down

0 comments on commit 05cade6

Please sign in to comment.