diff --git a/components/list/README.md b/components/list/README.md index 545b23a0fe6..b7de28c92e5 100644 --- a/components/list/README.md +++ b/components/list/README.md @@ -169,7 +169,7 @@ The `add-button` attribute inserts the `d2l-button-add` component above and belo Adding new items to the list is handled entirely by consumers by listening for the `d2l-list-add-button-click` event. A simple example scenario is below. - + ```html