rtfeldman / seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects.
BSD 3-Clause "New" or "Revised" License
5.37k stars 195 forks source link

Update static/instance example in README #224

Closed koddsson closed 6 years ago

koddsson commented 7 years ago

The static/instance example in the README was calling setIn without giving the key "chain" as a array.

rtfeldman commented 6 years ago

Thanks @koddsson!