diff --git a/src/components/nav/README.md b/src/components/nav/README.md index 379dcc6deb2..924287d2b52 100644 --- a/src/components/nav/README.md +++ b/src/components/nav/README.md @@ -190,12 +190,13 @@ Use `` to place dropdown items within your nav. Sometimes you want to add your own class names to the generated dropdown toggle button, that by default have the classes `nav-link` and `dropdown-toggle`. Use the `toggle-class` prop to add them -(like above) which will produce something like: +(like above) which will render HTML similar to: ```html