Skip to content

Commit

Permalink
Fix headers
Browse files Browse the repository at this point in the history
  • Loading branch information
karlhorky committed Jun 23, 2017
1 parent 7a49531 commit de30642
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
@@ -1,14 +1,13 @@
#Immutable Diff
# Immutable Diff

Create RFC 6902 style patches between Immutable.JS data structures, such as `Maps`, `Lists`, and `Sets`.

##Getting Started
## Getting Started

Install `immutablediff` using npm.

```
npm install immutablediff
```
You can then use it to get the diff ops between you Immutable.JS data structures.
``` javascript
Expand Down

0 comments on commit de30642

Please sign in to comment.