From 8ea09ac04c0cf0db21f7e609efe9563a195f0cac Mon Sep 17 00:00:00 2001
From: faiface <faiface@ksp.sk>
Date: Mon, 24 Apr 2017 22:51:43 +0200
Subject: [PATCH] change first sentence in readme

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index abc2cfd..b00a2d8 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
 # Pixel [![GoDoc](https://godoc.org/github.com/faiface/pixel?status.svg)](https://godoc.org/github.com/faiface/pixel) [![Go Report Card](https://goreportcard.com/badge/github.com/faiface/pixel)](https://goreportcard.com/report/github.com/faiface/pixel) [![Join the chat at https://gitter.im/pixellib/Lobby](https://badges.gitter.im/pixellib/Lobby.svg)](https://gitter.im/pixellib/Lobby?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
 
-A 2D game library that doesn't get in your way. Focus on ease of use, extensibility and performance.
-Take a look into the [features](#features) to see what it can do.
+A hand-crafted 2D game library in Go. Take a look into the [features](#features) to see what it can
+do.
 
 ```
 go get github.com/faiface/pixel
-- 
GitLab