Skip to content

Commit 4020836

Browse files
committed
indicate the default for location
1 parent 1a28f94 commit 4020836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ Configuration component to declare your application's routes and view hierarchy.
164164
**location** - The method to use for page navigation when initializing the router.
165165
May be either "hash" to use URLs with hashes in them and the `hashchange` event or
166166
"history" to use the HTML5 history API. This prop is only ever used on the root
167-
route that is rendered into the page.
167+
route that is rendered into the page. The default is "hash".
168168

169169
**name** - The name of the route, used in the `Link` component and the
170170
router's transition methods.

0 commit comments

Comments
 (0)