Tim Dorr 9 lat temu
rodzic
commit
83b73a3061
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lessons/10-clean-urls/README.md

+ 1 - 1
lessons/10-clean-urls/README.md

@@ -20,7 +20,7 @@ import { Router, Route, browserHistory, IndexRoute } from 'react-router'
 render((
   <Router history={browserHistory}>
     {/* ... */}
-  <Router>
+  </Router>
 ), document.getElementById('app'))
 ```