diff --git a/packages/geom/tpl.readme.md b/packages/geom/tpl.readme.md
index 50f6cf7061..35be8c016c 100644
--- a/packages/geom/tpl.readme.md
+++ b/packages/geom/tpl.readme.md
@@ -35,7 +35,7 @@ create them, please check linked sources and/or docs.
| [Quad](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/quad.ts) | 2D/3D quad (4-gon) | ✅(1) |
| [Quadratic](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/quadratic.ts) | nD quadratic bezier | ✅(1) |
| [Ray](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/ray.ts) | nD ray | ✅(1) |
-| [Rectangle](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/ray.ts) | 2D rectangle | ✅ |
+| [Rectangle](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/rect.ts) | 2D rectangle | ✅ |
| [Sphere](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/sphere.ts) | 3D sphere | ✅(2) |
| [Text](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/text.ts) | Basic stub for text labels | ✅(3) |
| [Triangle](https://github.com/thi-ng/umbrella/blob/develop/packages/geom/src/triangle.ts) | 2D triangle | ✅ |