10000 move up upgrade guide · spmjs/immutable-js@8d9e2b4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8d9e2b4

Browse files
committed
move up upgrade guide
1 parent 83d6845 commit 8d9e2b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
Immutable Data Collections
22
==========================
33

4+
**Converting to v3 from v2? Check out the [upgrade guide](https://github.com/facebook/immutable-js/wiki/Upgrading-to-Immutable-v3).**
5+
46
Immutable data cannot be changed once created, leading to much simpler
57
application development, no defensive copying, and enabling advanced memoization
68
techniques.
@@ -81,7 +83,6 @@ map = map.set('b', 20);
8183
map.get('b'); // 20
8284
```
8385

84-
### Converting to v3 from v2? Check out the [upgrade guide](https://github.com/facebook/immutable-js/wiki/Upgrading-to-Immutable-v3).
8586

8687
The case for Immutability
8788
-------------------------

0 commit comments

Comments
 (0)
0