Skip to content

Commit

Permalink
Updates exmple.
Browse files Browse the repository at this point in the history
  • Loading branch information
kristoferjoseph committed Feb 12, 2018
1 parent faff6a9 commit 1e5eed0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion example.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
<script>
(function(){
var root = document.getElementById('root')
store = window.redeux(todos)
store = window.redeux()
store.register(todos)
function todos(state, action) {
return ['redeux']
}
Expand Down

0 comments on commit 1e5eed0

Please sign in to comment.