Skip to content

Commit 07c1838

Browse files
authored
Update README.md
1 parent 3db950a commit 07c1838

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
@@ -33,7 +33,7 @@ import { useFetchWithRedux } from 'react-use-fetch-with-redux';
3333
import { getThingStart } from './actions/ThingActions'; // getThingStart is an action creator.
3434
import { getThingSelector } from './selectors/ThingSelector'; // getThingSelector is a selector.
3535

36-
const useThing = () => useFetchWithRedux(getThingsStart, getThingSelector);
36+
const useThing = () => useFetchWithRedux(getThingStart, getThingSelector);
3737

3838
export { useThing };
3939
```

0 commit comments

Comments
 (0)