Skip to content

Commit

Permalink
Save npm package, add yarn installation command
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jun 23, 2017
1 parent de30642 commit a680ef6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Expand Up @@ -4,8 +4,14 @@ Create RFC 6902 style patches between Immutable.JS data structures, such as `Map

## Getting Started

Install `immutablediff` using npm.
Install `immutablediff` using npm or yarn:

``` shell
# npm...
npm install --save immutablediff

# ...or yarn
yarn add immutablediff
```

You can then use it to get the diff ops between you Immutable.JS data structures.
Expand Down

0 comments on commit a680ef6

Please sign in to comment.