Skip to content

Commit

Permalink
docs: Fix README a bit (#735)
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Aug 13, 2020
1 parent 21aa871 commit f38a8ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const BrowserRouter = createBrowserRouter({
<Route path="widgets">
<Route Component={WidgetsPage} getData={fetchWidgets} />
<Route
path="widgets/:widgetId"
path=":widgetId"
getComponent={() =>
System.import('./WidgetPage').then((module) => module.default)
}
Expand Down

0 comments on commit f38a8ba

Please sign in to comment.