Skip to content

Commit 3ebfb96

Browse files
committed
add changelog link
1 parent 2400b62 commit 3ebfb96

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

README.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@ The library is exported in the following formats:
2727
- `ESM (Ecmascript Modules)` for usage in browsers or environments that support ESM
2828

2929
### Old school browser global
30+
3031
```html
31-
<script src="immutable-arrays/dist/immutable-arrays.umd.min.js"></script>
32+
<script src="https://unpkg.com/immutable-arrays@<VERSION_GOES_HERE>/dist/immutable-arrays.umd.min.js"></script>
3233
```
3334

34-
```js
35-
const push = immutableArrays.push;
36-
```
35+
After importing the library it can be accessed via the global variable `immutableArrays`.
3736

3837
### Node.js
3938

@@ -279,6 +278,10 @@ $ npm run test
279278
$ npm run coverage
280279
```
281280

281+
## Changelog
282+
283+
For API updates and breaking changes, check the [CHANGELOG](https://github.com/georapbox/immutable-arrays/blob/master/CHAGELOG.md).
284+
282285
## License
283286

284287
[The MIT License (MIT)](https://georapbox.mit-license.org/@2017)

0 commit comments

Comments
 (0)