Skip to content

Commit fed8adb

Browse files
lex111timdorr
authored andcommitted
Improve README.md (reduxjs#3056)
1 parent 7234fc6 commit fed8adb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This assumes you are using [npm](https://www.npmjs.com/) as your package manager
102102

103103
If you're not, you can [access these files on unpkg](https://unpkg.com/redux/), download them, or point your package manager to them.
104104

105-
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](https://webpack.js.org/), [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.
105+
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](https://webpack.js.org/), [Browserify](http://browserify.org/), or a Node environment. If you like to live on the edge and use [Rollup](https://rollupjs.org), we support that as well.
106106

107107
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://unpkg.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 [`<script>` tag](https://unpkg.com/redux/dist/redux.js) on the page, or [tell Bower to install it](https://github.com/reduxjs/redux/pull/1181#issuecomment-167361975). The UMD builds make Redux available as a `window.Redux` global variable.
108108

@@ -299,7 +299,7 @@ If you're new to the NPM ecosystem and have troubles getting a project up and ru
299299
## Thanks
300300

301301
* [The Elm Architecture](https://github.com/evancz/elm-architecture-tutorial) for a great intro to modeling state updates with reducers;
302-
* [Turning the database inside-out](http://www.confluent.io/blog/turning-the-database-inside-out-with-apache-samza/) for blowing my mind;
302+
* [Turning the database inside-out](https://www.confluent.io/blog/turning-the-database-inside-out-with-apache-samza/) for blowing my mind;
303303
* [Developing ClojureScript with Figwheel](https://www.youtube.com/watch?v=j-kj2qwJa_E) for convincing me that re-evaluation should “just work”;
304304
* [Webpack](https://webpack.js.org/concepts/hot-module-replacement/) for Hot Module Replacement;
305305
* [Flummox](https://github.com/acdlite/flummox) for teaching me to approach Flux without boilerplate or singletons;
@@ -318,7 +318,7 @@ You can find the official logo [on GitHub](https://github.com/reduxjs/redux/tree
318318
## Change Log
319319

320320
This project adheres to [Semantic Versioning](http://semver.org/).
321-
Every release, along with the migration instructions, is documented on the Github [Releases](https://github.com/reduxjs/redux/releases) page.
321+
Every release, along with the migration instructions, is documented on the GitHub [Releases](https://github.com/reduxjs/redux/releases) page.
322322

323323
## Patrons
324324

0 commit comments

Comments
 (0)