From 01a664983d1686d2579c54b8312ac7199e1aa03e Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Tue, 28 Nov 2017 15:01:57 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b58d630..2e5a70d 100644 --- a/README.md +++ b/README.md @@ -49,10 +49,10 @@ On Windows, build binary in MSYS2 shell. ### Build tags -* `noaudio` - disables audio functions and doesn't link against OpenAL libraries +* `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` - builds against Wayland libraries +* `wayland` - build against Wayland libraries * `static` - link against OpenAL static libraries ### Documentation