From 4febaaf26330bbe3f5f8023975407e9ce2cee006 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 7 Mar 2020 12:10:26 +1000 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 156a55ff..a1953374 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ Do the following in one source file: #include "miniaudio.h" ``` Then just compile. There's no need to install any dependencies. On Windows and macOS there's no need to link -to anything. On Linux and BSD, just link to -lpthread, -lm and -ldl. +to anything. On Linux just link to -lpthread, -lm and -ldl. On BSD just link to -lpthread and -lm. Simple Playback Example