From 50afac7d7134c2862144cee135165c4b1e021eb8 Mon Sep 17 00:00:00 2001 From: Hajime Hoshi Date: Sat, 10 Apr 2021 22:26:37 +0900 Subject: [PATCH] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9eebb79e4..1d2951238 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ For installation on desktops, see [the installation instruction](https://ebiten. ## Features -* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Fullscreen, Text rendering, Automatic batches, Automatic texture atlas, Custom shaders) +* 2D Graphics (Geometry/Color matrix transformation, Various composition modes, Offscreen rendering, Text rendering, Automatic batches, Automatic texture atlas, Custom shaders) * Input (Mouse, Keyboard, Gamepads, Touches) * Audio (Ogg/Vorbis, MP3, WAV, PCM)