Skip to content

Commit

Permalink
README.md: update usage instructions [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
dashed committed Sep 21, 2017
1 parent 3ebecf9 commit f88556d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,12 @@ The `customizer` is bound to `thisArg` and invoked with three arguments: `(value

## Usage

```
$ npm install --save shallowequal
```sh
$ yarn add shallowequal
# npm v5+
$ npm install shallowequal
# before npm v5
$ npm install --save shallowequal
```

```js
Expand Down

0 comments on commit f88556d

Please sign in to comment.