Skip to content
This repository has been archived by the owner on Jul 15, 2019. It is now read-only.

Commit

Permalink
Merge pull request #71 from alvieirajr/alvieirajr-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
redonkulus committed Nov 1, 2015
2 parents 0a34f1c + 050b52b commit 29c7ee1
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 @@ -21,7 +21,7 @@ var dispatcher = require('dispatchr').createDispatcher({
var contextOptions = {};
var dispatcherContext = dispatcher.createContext(contextOptions);

dispatcher.dispatch('NAVIGATE', {});
dispatcherContext.dispatch('NAVIGATE', {});
// Action has been handled fully
```

Expand Down

0 comments on commit 29c7ee1

Please sign in to comment.