We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e628d24 commit 0664b35Copy full SHA for 0664b35
README.md
@@ -51,7 +51,7 @@ function MyComponent() {
51
Increment age
52
</Button>
53
54
- <pre>{JSON.stringify(state, null, 2)}</pre>
+ <pre>{JSON.stringify(data, null, 2)}</pre>
55
</div>
56
}
57
```
packages/core/package.json
@@ -4,7 +4,7 @@
4
"author": "wanjas",
5
"license": "MIT",
6
"repository": {
7
- "url": "https://www.npmjs.com/package/react-use-url-state",
+ "url": "https://github.com/wanjas/react-use-url-state",
8
"type": "git"
9
},
10
"keywords": [
0 commit comments