Commit 211c069b authored by David Reid's avatar David Reid

Update readme.

parent 4c4fe083
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment