8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab455a commit ac05955Copy full SHA for ac05955
README.md
@@ -86,7 +86,7 @@ map1.get('b') + ' vs. ' + map2.get('b'); // 2 vs. 50
86
87
Immutable.js has no dependencies, which makes it predictable to include in a Browser.
88
89
-It's highly recommended to use a module bundler like [webpack](https://webpack.github.io/),
+It's highly recommended to use a module bundler like [webpack](https://webpack.js.org/),
90
[rollup](https://rollupjs.org/), or
91
[browserify](https://browserify.org/). The `immutable` npm module works
92
without any additional consideration. All examples throughout the documentation
0 commit comments