diff --git a/README.md b/README.md
index 069a2fbb5f3852672cd29b977a15d0694897f5f3..55b199ff82160f0fa0be3e75a9502a6552bbb5f9 100644
--- a/README.md
+++ b/README.md
@@ -52,6 +52,10 @@ ways.** This is not a 100% guarantee thought.
     [IMDraw](https://github.com/faiface/pixel/wiki/Drawing-shapes-with-IMDraw) (circles, rectangles,
     lines, ...)
   - Optimized drawing with [Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch)
+- Geometry transformations with
+  [Matrix](https://github.com/faiface/pixel/wiki/Moving,-scaling-and-rotating-with-Matrix)
+  - Moving, scaling, rotating
+  - Easy camera implementation
 - Simple and convenient API
   - Drawing a sprite to a window is as simple as `sprite.Draw(window)`
   - Adding and subtracting vectors with `+` and `-` operators... how?