diff --git a/packages/core/src/components/note/readme.md b/packages/core/src/components/note/readme.md
index ff0c35fb64..b67772168c 100644
--- a/packages/core/src/components/note/readme.md
+++ b/packages/core/src/components/note/readme.md
@@ -1,22 +1,30 @@
# ion-note
-A note is detailed item in an ion-item. It creates greyed out element that can be on
-the left or right side of an item.
+Notes are text elements generally used as subtitles that provide more information. Notes are styled to appear grey by default.
```html
-
-
-
-
- Left Note
-
- My Item
-
- Right Note
-
-
-
-
+
+Default Note
+
+
+Primary Note
+Secondary Note
+Danger Note
+Light Note
+Dark Note
+
+
+
+
+ Note (End)
+ On
+
+
+
+ Off
+ Note (Start)
+
+
```