From e2f3bed44419dc524aa1b3a17cef0f53f639c30e Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Fri, 27 Jan 2017 19:41:48 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dbb730b..34335ec 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Golang bindings for [raylib](http://www.raylib.com/), a simple and easy-to-use l ### Requirements * [raylib](http://www.raylib.com/) -* [GLFW3](http://www.glfw.org/) +* [GLFW3](http://www.glfw.org/) (desktop platform only, not needed on Android and RPi) * [OpenAL Soft](http://kcat.strangesoft.net/openal.html) ### Installation