diff --git a/README.md b/README.md
index bf88663175f9fa52c58220d529abd0271de7eef4..3ec05d9c8c2044141a8ac183ca2740e4321654f0 100644
--- a/README.md
+++ b/README.md
@@ -71,13 +71,13 @@ ways.** This is not a 100% guarantee thought.
   [Matrix](https://github.com/faiface/pixel/wiki/Moving,-scaling-and-rotating-with-Matrix)
   - Moving, scaling, rotating
   - Easy camera implementation
+- Off-screen drawing to Canvas or any other target (Batch, IMDraw, ...)
 - Fully garbage collected, no `Close` or `Dispose` methods
 - Full [Porter-Duff](http://ssp.impulsetrain.com/porterduff.html) composition, which enables
   - 2D lighting
   - Cutting holes into objects
   - Much more...
 - Pixel let's you draw stuff and do your job, it doesn't impose any particular style or paradigm
-- Off-screen drawing to Canvas or any other target (Batch, IMDraw, ...)
 - Platform and backend independent [core](https://godoc.org/github.com/faiface/pixel)
 - Core Target/Triangles/Picture pattern makes it easy to create new drawing targets that do
   arbitrarily crazy stuff (e.g. graphical effects)