Skip to content

Commit 17c8d61

Browse files
authored
Fix typo (#242)
1 parent d06731d commit 17c8d61

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
@@ -88,7 +88,7 @@ root.render(
8888
<Route path="/" element={<App />}>
8989
</Routes>
9090
</QueryParamProvider>
91-
</Router>,
91+
</BrowserRouter>,
9292
document.getElementById('root')
9393
);
9494

0 commit comments

Comments
 (0)