Skip to content

Commit

Permalink
Fix URL typo in link to React Router 5 example
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffprinty authored and pbeshai committed Jul 31, 2022
1 parent 3ae95c6 commit eb216fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/use-query-params/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Using npm:
$ npm install --save use-query-params
```

Link your routing system via an adapter (e.g., [React Router 6 example](../../examples/react-router-6/src/index.tsx), [React Router 5 example](../../examples/reach-router-5/src/index.tsx)):
Link your routing system via an adapter (e.g., [React Router 6 example](../../examples/react-router-6/src/index.tsx), [React Router 5 example](../../examples/react-router-5/src/index.tsx)):

```js
import React from 'react';
Expand Down

0 comments on commit eb216fe

Please sign in to comment.