From c09c9462b4ba895c9213240079ddffc885c5fa84 Mon Sep 17 00:00:00 2001 From: Milan Nikolic Date: Wed, 8 May 2024 19:14:57 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f849d8..d11c3da 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ It is also possible to build the DLL yourself. You can find more info at [raylib ### Build tags -* `drm` - build for Linux native DRM mode, including Raspberry Pi 4 and other devices (PLATFORM_DRM) +* `drm` - build for Linux native [DRM](https://en.wikipedia.org/wiki/Direct_Rendering_Manager) mode, including Raspberry Pi 4 and other devices (PLATFORM_DRM) * `sdl` - build for [SDL](https://github.com/libsdl-org/SDL) backend (PLATFORM_DESKTOP_SDL) * `rgfw` - build for [RGFW](https://github.com/ColleagueRiley/RGFW) backend (PLATFORM_DESKTOP_RGFW) * `noaudio` - disables audio functions