Skip to content

Commit

Permalink
docs(readme): fix a closing tag [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianRosamilia authored Apr 6, 2020
1 parent e2ecce4 commit e248097
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 @@ -501,7 +501,7 @@ import { view, store } from '@risingstack/react-easy-state'
export default view(() => {
const counter = store({ num: 0 })
const increment = () => counter.num++
return <button={increment}>{counter.num}</div>
return <button={increment}>{counter.num}</button>
})
```

Expand Down

0 comments on commit e248097

Please sign in to comment.