diff --git a/packages/core/src/components/chip/readme.md b/packages/core/src/components/chip/readme.md
index 2b841f7999..8334ece34e 100644
--- a/packages/core/src/components/chip/readme.md
+++ b/packages/core/src/components/chip/readme.md
@@ -1,6 +1,6 @@
# ion-chip
-Chips represent complex entities in small blocks, such as a contact.
+Chips represent complex entities in small blocks, such as a contact. A chip can contain several different elements such as avatars, text, buttons, and icons.
```html
@@ -16,14 +16,6 @@ Chips represent complex entities in small blocks, such as a contact.
Secondary w/ Dark label
-
- Warning
-
-
-
- Danger
-
-
Default
@@ -35,38 +27,28 @@ Chips represent complex entities in small blocks, such as a contact.
-
-
-
- Default
-
-```
-
-
-```html
-
- Default
-
+ Button Chip
+
-
+
-
+
- With Icon
-
+ Icon Chip
+
-
+
-
+
-
+
- With Avatar
-
+ Avatar Chip
+
-
+
```