Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 2db2ced

Browse files
committed
clarify location descriptor in README
1 parent 987e80a commit 2db2ced

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
@@ -156,4 +156,4 @@ An object that contains all the actions creators you can use to manipulate histo
156156
* `goForward()`
157157
* `goBack()`
158158

159-
The most common action is to push a new URL via `routeActions.push(...)`. These all directly call the analogous [history methods](https://github.com/rackt/history/blob/master/docs/GettingStarted.md#navigation).
159+
A [location descriptor](https://github.com/rackt/history/blob/master/docs/Glossary.md#locationdescriptor) can be a descriptive object (see the link) or a normal URL string. The most common action is to push a new URL via `routeActions.push(...)`. These all directly call the analogous [history methods](https://github.com/rackt/history/blob/master/docs/GettingStarted.md#navigation).

0 commit comments

Comments
 (0)