Skip to content

Commit a891b31

Browse files
fvgstimdorr
authored andcommitted
Fix lesson 2 readme (reactjs#175)
1 parent 69f6cab commit a891b31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lessons/02-rendering-a-route/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ That's not going to display anything until we configure a route.
1010

1111
Open up `index.js` and
1212

13-
1. import `Router` and `Route`
13+
1. import `Router`, `Route`, and `hashHistory`
1414
2. render a `Router` instead of `App`
1515

1616
```js

0 commit comments

Comments
 (0)