Skip to content

Commit c56ec0c

Browse files
committed
Merge pull request #91 from ryankshaw/patch-1
indicate the default for `location`
2 parents 1a28f94 + 4020836 commit c56ec0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
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)