Skip to content

Commit

Permalink
Merge pull request reactjs#145 from hexicle/master
Browse files Browse the repository at this point in the history
Added 2 missing lines of code to tutorial
  • Loading branch information
timdorr committed Apr 7, 2016
2 parents 767f911 + 8a68460 commit f37d946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lessons/07-more-nesting/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ import NavLink from './NavLink'

// ...
<li><NavLink to="/repos/reactjs/react-router">React Router</NavLink></li>
<li><NavLink to="/repos/facebook/react">React</NavLink></li>
// ...
```

Expand Down
1 change: 1 addition & 0 deletions lessons/08-index-routes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ render `Home`:

```js
// App.js
import Home from './Home'

// ...
<div>
Expand Down

0 comments on commit f37d946

Please sign in to comment.