File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments