Skip to content

Commit

Permalink
📝 Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Thibaut Remy committed Sep 13, 2017
1 parent 6bfe32a commit 5fd342c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fyndiq-component-button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ import Button from 'fyndiq-component-button'
<Button link="#hello">My link</Button>

// Use a custom Link element
import { Link } from 'react-router-dom
import { Link } from 'react-router-dom'
<Button
link={<Link to="my/path" />}
>
Expand Down

0 comments on commit 5fd342c

Please sign in to comment.