Skip to content

Commit a81eb02

Browse files
authored
Update README.md
1 parent 13b6c1a commit a81eb02

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,9 +53,9 @@ const routes = [
5353
{ path: 'something-else', breadcrumb: ':)' },
5454
];
5555

56+
// map & render your breadcrumb components however you want
5657
const Breadcrumbs = ({ breadcrumbs }) => (
5758
<div>
58-
// map & render your breadcrumb components however you want
5959
{breadcrumbs.map(({ breadcrumb, path, match }) => (
6060
<span key={path}>
6161
<NavLink to={match.url}>

0 commit comments

Comments
 (0)