From 211c069b896e30db723f7c28579141030c54463e Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 21 Apr 2018 12:23:10 +1000 Subject: [PATCH] Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b2731d0..6977b35f 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Features - Compilable as both C and C++. - Easy to build. - It should Just Work out of the box, without the need to download and install any dependencies. - - Does not require linking to anything on the Windows build and only -ldl and -lpthread on Linux. + - Does not require linking to anything for Windows build and only -ldl, -lpthread and -lm for Linux. - The header section does not include any platform specific headers. - A very simple API. - Transparent data structures with direct access to internal data.