Skip to content

Commit

Permalink
Merge pull request #81 from vigour-io/readme-typo
Browse files Browse the repository at this point in the history
Typo fix
  • Loading branch information
Jim de Beer committed Aug 29, 2016
2 parents 95b4361 + cf5dd03 commit 0964a1a
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 @@ -46,7 +46,7 @@ fruits.on((data, stamp) => {
})

// this will fire the listener on fruits
fruits.set({ banana: 1 kiwi: 1 })
fruits.set({ banana: 1, kiwi: 1 })

fruits.banana.once(() => {
console.log('banana!')
Expand Down

0 comments on commit 0964a1a

Please sign in to comment.