tgriesser / immutable-diff

Hi-Fi diffing for Immutable.js data structures, forked from immutablediff
MIT License
12 stars 2 forks source link

Error in Docs For Diff Output #1

Open jrans opened 8 years ago

jrans commented 8 years ago

Just a small correction...

Line 28 in README.md should read

// List [ Map { op: "add", path: List ["d"], value: 4 } ]

You allude to it being a list above but just thought I'd warm you.

Thanks for the module! Agree it can be more useful to have the path as a list