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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alvieirajr committed Nov 1, 2015
1 parent 0a34f1c commit 050b52b
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 050b52b

Please sign in to comment.