8000 fix webpack url · immutable-js/immutable-js@ac05955 · GitHub
[go: up one dir, main page]

Skip to content

Commit ac05955

Browse files
authored
fix webpack url
1 parent fab455a commit ac05955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ map1.get('b') + ' vs. ' + map2.get('b'); // 2 vs. 50
8686

8787
Immutable.js has no dependencies, which makes it predictable to include in a Browser.
8888

89-
It's highly recommended to use a module bundler like [webpack](https://webpack.github.io/),
89+
It's highly recommended to use a module bundler like [webpack](https://webpack.js.org/),
9090
[rollup](https://rollupjs.org/), or
9191
[browserify](https://browserify.org/). The `immutable` npm module works
9292
without any additional consideration. All examples throughout the documentation

0 commit comments

Comments
 (0)
0