Skip to content

Commit e248097

Browse files
docs(readme): fix a closing tag [skip ci]
1 parent e2ecce4 commit e248097

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ import { view, store } from '@risingstack/react-easy-state'
501501
export default view(() => {
502502
const counter = store({ num: 0 })
503503
const increment = () => counter.num++
504-
return <button={increment}>{counter.num}</div>
504+
return <button={increment}>{counter.num}</button>
505505
})
506506
```
507507

0 commit comments

Comments
 (0)