diff --git a/README.md b/README.md index bdb57c6..8df4b66 100644 --- a/README.md +++ b/README.md @@ -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.