From 8b78855462cd608dc37156f7a65e474783d54099 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Thu, 9 Apr 2020 13:21:14 +0900 Subject: [PATCH] docs: Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1655fb4bc..e4acd4546 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **A dead simple 2D game library in Go** -Ebiten is an open-source game library, with which you can develop 2D games with simple API for multi platforms in the Go programming language. +Ebiten is an open source game library for the Go programming language. Ebiten's simple API allows you to quickly and easily develop 2D games that can be deployed across multiple platforms. * [Website (ebiten.org)](https://ebiten.org) * [API Reference](https://pkg.go.dev/github.com/hajimehoshi/ebiten)