Skip to content

Commit 5ff7261

Browse files
authored
Update README.md
1 parent ce30a3a commit 5ff7261

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
@@ -49,7 +49,7 @@ const Breadcrumbs = ({ breadcrumbs }) => (
4949
export default withBreadcrumbs()(Breadcrumbs);
5050
```
5151

52-
The example above will work for some routes, but you may want other routes to be dynamic (such as a user name breadcrumb). Let's modify it to handle custom-set breadcrumbs.
52+
The example above will work for some routes, but you may want other routes to be dynamic (such as a user name breadcrumb). Let's modify it to handle custom-set breadcrumbs. ([codesandbox](https://codesandbox.io/s/503n8kw12n))
5353

5454
```js
5555
import withBreadcrumbs from 'react-router-breadcrumbs-hoc';

0 commit comments

Comments
 (0)