Skip to content

Commit a3d9963

Browse files
committed
Change to img
1 parent 4f15f40 commit a3d9963

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
@@ -1,4 +1,4 @@
1-
# ![redux-injectors](./img/logo.svg)
1+
# <img src="https://raw.githubusercontent.com/react-boilerplate/redux-injectors/4f15f4088c90cded6413f40fe64d7b9eebfba1f6/img/logo.svg" alt="alt text" width="400"></img>
22
<img src="https://travis-ci.org/react-boilerplate/redux-injectors.svg?branch=master" alt="build status"></img>
33

44
Dynamically load [redux](https://redux.js.org/) reducers and [redux-saga](https://redux-saga.js.org/) sagas as needed, instead of loading them all upfront. This has some nice benefits, such as avoiding having to manage a big global list of reducers and sagas. It also allows more effective use of [code-splitting](https://webpack.js.org/guides/code-splitting/). See [motivation](#Motivation). As used by [react-boilerplate](https://github.com/react-boilerplate/react-boilerplate).

0 commit comments

Comments
 (0)