Skip to content

Commit

Permalink
Merge pull request remix-run#114 from jaredly/master
Browse files Browse the repository at this point in the history
readme typo
  • Loading branch information
ryanflorence committed Jul 24, 2014
2 parents fcc6bb9 + fbf9793 commit 9bc1ee8
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 @@ -153,7 +153,7 @@ might look something like this:
```js
render: function() {
var user = <User params={{userId: 2}}/>;
var users = <User activeRouteHandler={user}/>;
var users = <Users activeRouteHandler={user}/>;
return <App activeRouteHandler={users}/>;
}
```
Expand Down

0 comments on commit 9bc1ee8

Please sign in to comment.