Skip to content

Commit fc6ae87

Browse files
committed
readme formatting
1 parent 7c34101 commit fc6ae87

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -66,17 +66,17 @@ React.renderComponent((
6666
), document.body);
6767
```
6868

69-
Urls will be matched to the deepest route, and then all the routes up
69+
- Urls will be matched to the deepest route, and then all the routes up
7070
the hierarchy are activated and their "handlers" (normal React
7171
components) will be rendered.
7272

73-
Each handler will receive a `params` property containing the matched
73+
- Each handler will receive a `params` property containing the matched
7474
parameters form the url, like `:userId`.
7575

76-
Handlers also receive a `query` prop equal to a dictionary of the
76+
- Handlers also receive a `query` prop equal to a dictionary of the
7777
current query params.
7878

79-
Parent routes will receive a `activeRoute` property. Its a function that
79+
- Parent routes will receive a `activeRoute` property. Its a function that
8080
will render the active child route handler.
8181

8282
Here's the rest of the application:

0 commit comments

Comments
 (0)