Skip to content

Commit e0cd24f

Browse files
committed
Fix example
1 parent 689c9af commit e0cd24f

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
@@ -114,7 +114,7 @@ var User = React.createClass({
114114
// instead, all you really need is a single root route, you don't need to
115115
// colocate the entire config).
116116
React.render((
117-
<Router history={BrowserHistory}>
117+
<Router history={new BrowserHistory}>
118118
<Route path="/" component={App}>
119119
<Route path="about" component={About}/>
120120
<Route path="users" component={Users} indexComponent={RecentUsers}>

0 commit comments

Comments
 (0)