Skip to content

Commit

Permalink
Update README.md (#1)
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
grug authored Jan 15, 2020
2 parents 0f5dfcf + 07c1838 commit e3dbba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { useFetchWithRedux } from 'react-use-fetch-with-redux';
import { getThingStart } from './actions/ThingActions'; // getThingStart is an action creator.
import { getThingSelector } from './selectors/ThingSelector'; // getThingSelector is a selector.

const useThing = () => useFetchWithRedux(getThingsStart, getThingSelector);
const useThing = () => useFetchWithRedux(getThingStart, getThingSelector);

export { useThing };
```
Expand Down

0 comments on commit e3dbba6

Please sign in to comment.