We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e237ca commit 83b73a3Copy full SHA for 83b73a3
lessons/10-clean-urls/README.md
@@ -20,7 +20,7 @@ import { Router, Route, browserHistory, IndexRoute } from 'react-router'
20
render((
21
<Router history={browserHistory}>
22
{/* ... */}
23
- <Router>
+ </Router>
24
), document.getElementById('app'))
25
```
26
0 commit comments