Skip to content

Commit b070c7c

Browse files
authored
Fix typo (#23)
1 parent 632cd8f commit b070c7c

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
@@ -1,7 +1,7 @@
11
# 🔌 NEXT SUPERJSON PLUGIN
22

33
```jsx
4-
export default Page({ date }) {
4+
export default function Page({ date }) {
55
return (
66
<div>
77
Today is {date.toDateString()}

0 commit comments

Comments
 (0)