diff --git a/core/src/components/virtual-scroll/readme.md b/core/src/components/virtual-scroll/readme.md
index e67b0b4509..e40cd0bd24 100644
--- a/core/src/components/virtual-scroll/readme.md
+++ b/core/src/components/virtual-scroll/readme.md
@@ -9,17 +9,17 @@ instead a small subset of records (enough to fill the viewport) are rendered
and reused as the user scrolls.
### The Basics
-The array of records should be passed to the `virtualScroll` property.
-The data given to the `virtualScroll` property must be an array. An item
-template with the `*virtualItem` property is required in the `virtualScroll`.
-The `virtualScroll` and `*virtualItem` properties can be added to any element.
+The array of records should be passed to the `item` property on the `ion-virtual-scroll` element.
+The data given to the `item` property must be an array. An item
+template with the `*virtualItem` property is required in the `ion-virtual-scroll`.
+The `*virtualItem` property can be added to any element.
```html
-