Skip to content

Commit 97c358d

Browse files
authored
chore(docs): Update docs link to store enhancer
1 parent 7706abd commit 97c358d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Creates the Redux store, and allow `connect()` to access it.
124124
#### Arguments:
125125
* `reducer` \(*Function*): A single reducer composed of all other reducers (create with redux.combineReducer)
126126
* [`middlewares`] \(*Function[]*): Optional, An array containing all the middleware that should be applied. Functions and strings are both valid members. String will be resolved via Angular, allowing you to use dependency injection in your middlewares.
127-
* [`storeEnhancers`] \(*Function[]*): Optional, this will be used to create the store, in most cases you don't need to pass anything, see [Store Enhancer official documentation.](http://rackt.github.io/redux/docs/Glossary.html#store-enhancer)
127+
* [`storeEnhancers`] \(*Function[]*): Optional, this will be used to create the store, in most cases you don't need to pass anything, see [Store Enhancer official documentation.](https://github.com/reactjs/redux/blob/master/docs/Glossary.md#store-enhancer)
128128
* [`initialState`] \(*Object*): Optional, the initial state of your Redux store.
129129

130130

0 commit comments

Comments
 (0)