Skip to content

Commit

Permalink
Merge c4fdd47 into 8f2c4a1
Browse files Browse the repository at this point in the history
  • Loading branch information
sanchitbansal10 committed Aug 19, 2018
2 parents 8f2c4a1 + c4fdd47 commit 01677c3
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 @@ -75,7 +75,7 @@ that handles fetching user data
import { Observable } from 'rx';
import fetchUser from 'my-cool-ajax-library';

export default function tickEpic(actions$) {
export default function fetchUserEpic(actions$) {
return action$
// only listen for the action we care about
// this will be our trigger
Expand Down

0 comments on commit 01677c3

Please sign in to comment.