From 4a0a68effc99fc9061d9a69e12014b55d42b92b4 Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Wed, 24 May 2017 20:39:11 +0200
Subject: [PATCH] update drawing features in README

---
 README.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 74fbfe6..ac347e9 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
-- 
GitLab