Skip to content

Commit 49031b6

Browse files
authored
Update README.md
1 parent 079efdc commit 49031b6

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
@@ -15,7 +15,7 @@ In `redux` each of the slices are autonomus and final store structure is defined
1515
npm i create-global-state-selector
1616

1717
## Uses
18-
The example below uses `redux-toolkit` however you can use this with any standard Flux pattern that has multiple independent stores / slices, and are merged together with `combineReducers`.
18+
The example below uses `redux-toolkit` however you can use `createGlobalStateSelector` with any standard Flux pattern that has multiple independent stores / slices, and are merged together with `combineReducers`.
1919

2020
// personalDetailsSlice.js
2121

0 commit comments

Comments
 (0)