diff --git a/README.md b/README.md index a4593fbdf8..65d895d7dc 100644 --- a/README.md +++ b/README.md @@ -47,11 +47,11 @@ npm install --save redux ``` This assumes you are using [npm](https://www.npmjs.com/) as your package manager. -If you don't, you can [access these files on npmcdn](https://npmcdn.com/redux/), download them, or point your package manager to them. +If you don't, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them. Most commonly people consume Redux as a collection of [CommonJS](http://webpack.github.io/docs/commonjs.html) modules. These modules are what you get when you import `redux` in a [Webpack](http://webpack.github.io), [Browserify](http://browserify.org/), or a Node environment. If you like to live on the edge and use [Rollup](http://rollupjs.org), we support that as well. -If you don't use a module bundler, it's also fine. The `redux` npm package includes precompiled production and development [UMD](https://github.com/umdjs/umd) builds in the [`dist` folder](https://npmcdn.com/redux/dist/). They can be used directly without a bundler and are thus compatible with many popular JavaScript module loaders and environments. For example, you can drop a UMD build as a [` +