8000 readme · designtestcode/immutable-js@4c22e78 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4c22e78

Browse files
committed
readme
1 parent 5db81dc commit 4c22e78

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var map = Immutable.Map({a:1, b:2, c:3});
3131

3232
### Browser
3333

34-
To use `immutable` from a browser, download [dist/Immutable.min.js](./dist/Immutable.min.js).
34+
To use `immutable` from a browser, download [dist/Immutable.min.js](./dist/Immutable.min.js) or use a CDN such as [jsDelivr](http://cdn.jsdelivr.net/immutable.js/latest/Immutable.min.js).
3535

3636
Then, add it as a script tag to your page:
3737

@@ -54,8 +54,6 @@ require(['./Immutable.min.js'], function (Immutable) {
5454
});
5555
```
5656

57-
You can also use a CDN like [jsDelivr](http://cdn.jsdelivr.net/immutable.js/latest/Immutable.min.js)
58-
5957
### TypeScript
6058
Use these Immutable collections and sequences as you would use native
6159
collections in your [TypeScript](http://typescriptlang.org) programs while still taking

0 commit comments

Comments
 (0)
0