From cbaf6623adfe70aab97fc7e4dc564d525014bd7e Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Fri, 27 Oct 2017 20:18:01 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 82d69bf..1966f90 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,8 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ### Requirements -* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) NOTE: if you don't need audio you can use `-tags noaudio` during build, OpenAL will not be linked to binary, though none of the audio functions will be available. +* [OpenAL Soft](http://kcat.strangesoft.net/openal.html) +NOTE: if you don't need audio you can use `-tags noaudio` during build, OpenAL will not be linked to binary, though none of the audio functions will be available. * [GLFW](http://www.glfw.org/) is included as part of the Go package, but you need to make sure you have dependencies installed, see below.