diff --git a/README.md b/README.md index c12202be..576801d5 100644 --- a/README.md +++ b/README.md @@ -145,6 +145,7 @@ One of these two ways is by using the `` component. #### \[stepId\] A wizard step can have its own unique id. This id can then be used to navigate to the step. +In addition the `[stepId]` of a wizard step is used as the `id` of the `li` element for the wizard step in the navigation bar. #### \[stepTitle\] A wizard step needs to contain a title, which is shown in the navigation bar of the wizard. diff --git a/src/lib/components/wizard-navigation-bar.component.html b/src/lib/components/wizard-navigation-bar.component.html index 32afb4cb..ebdb0a70 100644 --- a/src/lib/components/wizard-navigation-bar.component.html +++ b/src/lib/components/wizard-navigation-bar.component.html @@ -1,5 +1,5 @@