Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuslundgard committed Nov 27, 2017
1 parent c5aa4f1 commit 341a674
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 @@ -38,7 +38,7 @@ import {createStore} from 'opstore'
const store = createStore({count: 0})
const countRef = store.ref('count')

countRef.subcribe(count => console.log(count))
countRef.subscribe(count => console.log(count))

console.log(countRef.get()) // 0

Expand Down

0 comments on commit 341a674

Please sign in to comment.