From 5492b870854f6b6276fd28ac676d78a6976c0db3 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 11 Mar 2018 21:39:27 +1000 Subject: [PATCH] Update readme. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index f84dc5e4..0716d986 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ Features - Single file. - Compilable as both C and C++. - Easy to build. - - Does not require linking to anything on the Windows build and only -ldl on Linux. - 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. - The header section does not include any platform specific headers. - A very simple API. - Transparent data structures with direct access to internal data. @@ -54,7 +54,6 @@ Backends - Null (Silence) - Simple Playback Example =======================