Skip to content
This repository has been archived by the owner on Mar 21, 2019. It is now read-only.

Commit

Permalink
fix props definition for Link component in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
michalkvasnicak committed Feb 24, 2016
1 parent e2ae653 commit c9bc121
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 @@ -231,7 231,7 @@ Use this component whenever you want to render routes. This component needs `sto
Use this component whenever you want an `<a>` element to go to route. This component need `store` to be accessible in context.
Internally this component is dispatching action `transitionTo()`

**Props**:
- **Props**:
- **`to`** (`String`) - url pathname to go to
- **`query`** (`?Object.<String, *>`) - optional, query parameters (will be add to `href` attribute)
- **`stateProps`** (`?Object.<String, Object.<String, *>>`) - properties for `active`, `inactive` state of `<Link/>`
Expand Down

0 comments on commit c9bc121

Please sign in to comment.