Update readme.

This commit is contained in:
David Reid
2018-03-18 14:57:29 +10:00
parent 3b1fe5962d
commit 3a1dce6986
+1 -1
View File
@@ -12,7 +12,7 @@ Features
- Compilable as both C and C++. - Compilable as both C and C++.
- Easy to build. - Easy to build.
- It should Just Work out of the box, without the need to download and install any dependencies. - 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 on Linux. - Does not require linking to anything on the Windows build and only -ldl and -lpthread on Linux.
- The header section does not include any platform specific headers. - The header section does not include any platform specific headers.
- A very simple API. - A very simple API.
- Transparent data structures with direct access to internal data. - Transparent data structures with direct access to internal data.