Skip to content

Commit 1bf28ae

Browse files
committed
Update README.md
1 parent aae8f0b commit 1bf28ae

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
@@ -74,7 +74,7 @@ React.renderComponent((
7474
<DefaultRoute handler={Home} />
7575
<Route name="about" handler={About} />
7676
<Route name="users" handler={Users}>
77-
<Route name="recent-users" path="recent" handler={User} />
77+
<Route name="recent-users" path="recent" handler={RecentUsers} />
7878
<Route name="user" path="/user/:userId" handler={User} />
7979
<NotFoundRoute handler={UserRouteNotFound}/>
8080
</Route>

0 commit comments

Comments
 (0)