Skip to content

Commit cbafaa5

Browse files
committed
Update README
1 parent fa566c9 commit cbafaa5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<div align="center">
22
<h1>useQueryParams</h1>
3-
<p>A <a href="https://reactjs.org/docs/hooks-intro.html">React Hook</a>, HOC, and Render Props for managing state in URL query parameters with easy serialization.
3+
<p>A <a href="https://reactjs.org/docs/hooks-intro.html">React Hook</a>, HOC, and Render Props solution for managing state in URL query parameters with easy serialization.
44
</p>
55
<p>Works with <a href="https://reacttraining.com/react-router/">React Router</a> and <a href="https://reach.tech/router">Reach Router</a> out of the box. TypeScript supported.</p>
66

@@ -159,7 +159,7 @@ export default withQueryParams({
159159
x: NumberParam,
160160
q: StringParam,
161161
filters: ArrayParam,
162-
})(WithQueryParamsExample);
162+
}, WithQueryParamsExample);
163163
```
164164

165165
Or with render props via `<QueryParams>`:

0 commit comments

Comments
 (0)