diff --git a/index.html b/index.html
index 7205e8a..7f96809 100644
--- a/index.html
+++ b/index.html
@@ -85,8 +85,7 @@
tinygrad
example: SQRT, LOG2, ADD, MUL, WHERE, etc...
ReduceOps operate on one tensor and return a smaller tensor.
example: SUM, MAX
- MovementOps are virtual ops that operate on one tensor and move the data around
- Copy-free with ShapeTracker.
+ MovementOps are virtual ops that operate on one tensor and move the data around copy-free.
example: RESHAPE, PERMUTE, EXPAND, etc...
But how...where are your CONVs and MATMULs? Read the code to solve this mystery.