Skip to content

Commit 565b68c

Browse files
Update README.md
1 parent 65b301b commit 565b68c

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
@@ -4,7 +4,7 @@ Lightweight ([<600B minified + gzipped](https://bundlephobia.com/result?p=use-st
44

55

66
```js
7-
function Example() {
7+
function Component() {
88
const [mappedState, dispatch] = useStore(state => {
99
return { count: state.count };
1010
});

0 commit comments

Comments
 (0)