diff --git a/docs/components/button.md b/docs/components/button.md index ed7b1886..a4f05432 100644 --- a/docs/components/button.md +++ b/docs/components/button.md @@ -33,7 +33,7 @@ To add interactivity you can pass an action to `onClicked` ``` ## Styling Links -It is also possible to style a link to look like a button using the `something` class +It is also possible to style a link to look like a button using the `es-button` or `es-button-secondary` class. ```html Go to Ember homepage