Skip to content

Commit eb216fe

Browse files
jeffprintypbeshai
authored andcommitted
Fix URL typo in link to React Router 5 example
1 parent 3ae95c6 commit eb216fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/use-query-params/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Using npm:
3434
$ npm install --save use-query-params
3535
```
3636

37-
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)):
37+
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)):
3838

3939
```js
4040
import React from 'react';

0 commit comments

Comments
 (0)