From d836c0b56c816f2b38af94aaedde985fa1c8edf4 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 23 May 2020 09:24:05 +1000 Subject: [PATCH] Update readme to be a bit more concise. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 43e780b4..fea66ba7 100644 --- a/README.md +++ b/README.md @@ -22,11 +22,10 @@ Features ======== -- Liberally licensed, with your choice of either public domain or MIT No Attribution for those regions who don't - recognize public domain. -- Everything is implemented in a single file for easy integration into your source tree. -- No external dependencies except for the C standard library and backend APIs. -- Written in C89 and compilable as C++ which should enable miniaudio to work with almost all compilers. +- Your choice of either public domain or [MIT No Attribution](https://github.com/aws/mit-0). +- Entirely contained within a single file for easy integration into your source tree. +- No external dependencies except for the C standard library and backend libraries. +- Written in C and compilable as C++, enabling miniaudio to work on almost all compilers. - Supports all major desktop and mobile platforms, with multiple backends for maximum compatibility. - Supports playback, capture, full-duplex and loopback (WASAPI only). - Device enumeration for connecting to specific devices, not just defaults.