diff --git a/README.md b/README.md
index 74fbfe690cccfb59e7c19199f8b11b7b371b91de..ac347e9c32a6e515f0de7dd0f00b47cc0496ffd0 100644
--- a/README.md
+++ b/README.md
@@ -56,8 +56,7 @@ Here's the list of the main features in Pixel. Although Pixel is still under hea
   - Optimized drawing with [Batch](https://github.com/faiface/pixel/wiki/Drawing-efficiently-with-Batch)
   - Text drawing with [text](https://godoc.org/github.com/faiface/pixel/text) package
 - 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?
+  - Drawing a sprite to a window is as simple as `sprite.Draw(window, matrix)`
   - Wanna know where the center of a window is? `window.Bounds().Center()`
   - [...](https://godoc.org/github.com/faiface/pixel)
 - Full documentation and tutorial