From 1ec6d282057daa59267d00ffc7572974bb5ac168 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 28 Nov 2017 15:03:04 +0100 Subject: [PATCH] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2e5a70d..387cd86 100644 --- a/README.md +++ b/README.md @@ -49,11 +49,11 @@ On Windows, build binary in MSYS2 shell. ### Build tags -* `noaudio` - disable audio functions and doesn't link against OpenAL libraries -* `opengl21` - use OpenGL 2.1 backend (default is 3.3 on desktop) -* `opengl11` - use OpenGL 1.1 backend (pseudo OpenGL 1.1 style) -* `wayland` - build against Wayland libraries -* `static` - link against OpenAL static libraries +* `noaudio` - disables audio functions and doesn't link against OpenAL libraries +* `opengl21` - uses OpenGL 2.1 backend (default is 3.3 on desktop) +* `opengl11` - uses OpenGL 1.1 backend (pseudo OpenGL 1.1 style) +* `wayland` - builds against Wayland libraries +* `static` - links against OpenAL static libraries ### Documentation