Skip to content

Commit 471cb2c

Browse files
mytunytimdorr
authored andcommitted
Change CommonJS Broken Docs Link (#1198)
1 parent 5bf647d commit 471cb2c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ React Redux requires **React 16.4 or later.**
1717
npm install --save react-redux
1818
```
1919

20-
This assumes that you’re using [npm](http://npmjs.com/) package manager with a module bundler like [Webpack](https://webpack.js.org/) or [Browserify](http://browserify.org/) to consume [CommonJS modules](http://webpack.github.io/docs/commonjs.html).
20+
This assumes that you’re using [npm](http://npmjs.com/) package manager
21+
with a module bundler like [Webpack](https://webpack.js.org/) or
22+
[Browserify](http://browserify.org/) to consume [CommonJS
23+
modules](https://webpack.js.org/api/module-methods/#commonjs).
2124

2225
If you don’t yet use [npm](http://npmjs.com/) or a modern module bundler, and would rather prefer a single-file [UMD](https://github.com/umdjs/umd) build that makes `ReactRedux` available as a global object, you can grab a pre-built version from [cdnjs](https://cdnjs.com/libraries/react-redux). We *don’t* recommend this approach for any serious application, as most of the libraries complementary to Redux are only available on [npm](http://npmjs.com/).
2326

0 commit comments

Comments
 (0)