Skip to content

Commit

Permalink
[DOC]: fix arguments to store.start
Browse files Browse the repository at this point in the history
  • Loading branch information
toddself committed Dec 28, 2016
1 parent 8437552 commit d57a10a
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 @@ store.model({
subscriptions: {}
})

const createSend = store.start({ noSubscriptions: true })
const createSend = store.start({ subscriptions: true })
const send = createSend('myDispatcher', true)
document.addEventListener('DOMContentLoaded', () => {
store.start() // fire up subscriptions
Expand Down

0 comments on commit d57a10a

Please sign in to comment.