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.