Skip to content

Commit

Permalink
docs: install beta version
Browse files Browse the repository at this point in the history
  • Loading branch information
epoberezkin committed Jul 7, 2019
1 parent e61a878 commit 7ce099f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Expand Up @@ -13,6 +13,14 @@ See branch [v2](https://github.com/epoberezkin/fast-deep-equal/tree/v2) for the

## Install

To install v3 pre-release with ES6 Map, Set and Typed arrays support

```bash
npm install fast-deep-equal@beta
```

To install [v2](https://github.com/epoberezkin/fast-deep-equal/tree/v2)

```bash
npm install fast-deep-equal
```
Expand Down

0 comments on commit 7ce099f

Please sign in to comment.