Skip to content

Commit 5d636e3

Browse files
Mark-Partolajavivelasco
authored andcommitted
Update README (#5)
fix misspelling in examples
1 parent 525aa42 commit 5d636e3

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
@@ -53,7 +53,7 @@ const Breadcrumbs = () => (
5353
)
5454

5555
const Breadcrumb = ({ children, url }) => (
56-
<Tunnel id="breadcrumb" url={url}>
56+
<Tunnel id="breadcrumb" href={url}>
5757
{children}
5858
</Tunnel>
5959
)

0 commit comments

Comments
 (0)