Skip to content

Commit 0664b35

Browse files
committed
chore: misprints
1 parent e628d24 commit 0664b35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ function MyComponent() {
5151
Increment age
5252
</Button>
5353

54-
<pre>{JSON.stringify(state, null, 2)}</pre>
54+
<pre>{JSON.stringify(data, null, 2)}</pre>
5555
</div>
5656
}
5757
```

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"author": "wanjas",
55
"license": "MIT",
66
"repository": {
7-
"url": "https://www.npmjs.com/package/react-use-url-state",
7+
"url": "https://github.com/wanjas/react-use-url-state",
88
"type": "git"
99
},
1010
"keywords": [

0 commit comments

Comments
 (0)