Skip to content

Commit eb376c2

Browse files
committed
Found the missing Link
1 parent 290bf72 commit eb376c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ If you just want to drop a `<script>` tag in your page and be done with it, you
6363

6464
```js
6565
import React from 'react'
66-
import { Router, Route } from 'react-router'
66+
import { Router, Route, Link } from 'react-router'
6767

6868
const App = React.createClass({/*...*/})
6969
const About = React.createClass({/*...*/})

0 commit comments

Comments
 (0)