Skip to content
This repository was archived by the owner on Jul 19, 2019. It is now read-only.

Commit 89bd732

Browse files
committed
Add #18 manually.
1 parent 663a2db commit 89bd732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/06-params/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Now open up `index.js` and add the new route.
4747
import Repo from './modules/Repo'
4848

4949
render((
50-
<Router>
50+
<Router history={hashHistory}>
5151
<Route path="/" component={App}>
5252
<Route path="/repos" component={Repos}/>
5353
{/* add the new route */}

0 commit comments

Comments
 (0)