diff --git a/README.md b/README.md
index 1bf271c..0367576 100644
--- a/README.md
+++ b/README.md
@@ -335,7 +335,42 @@ card_mod:
-9. `bar` `bar-right` `bar-large` `bar-large-right` - standalone header-type bar; only intended for and tested with Markdown cards
+9. `button-capped` `button-capped-right` - similar to the bullet, but capped on the round side; same column restrictions apply
+
+
+ YAML | Result |
+
+
+
+
+```yaml
+show_name: true
+show_icon: true
+type: button
+tap_action:
+ action: toggle
+entity: light.bathroom
+card_mod:
+ class: button-capped
+
+show_name: true
+show_icon: true
+type: button
+tap_action:
+ action: toggle
+entity: switch.built_in
+card_mod:
+ class: button-capped-right
+```
+
+ |
+
+
+ |
+
+
+
+10. `bar` `bar-right` `bar-large` `bar-large-right` - standalone header-type bar; only intended for and tested with Markdown cards