From 73ac3cc8c0be360c7351c4bd6be40ab8c0a996b2 Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 5 Jun 2017 19:25:22 +1000 Subject: [PATCH] Never say never... --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 10244a4d..bcde2c02 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ ![mini_al](http://dred.io/img/minial_wide.png) mini_al is a simple library for playing and recording audio. It's focused on simplicity and has -a very small number of APIs. This is not a full-featured audio library, nor will it ever be. It -is intended to be used as a quick and easy way to connect to an audio device and deliver and -capture audio data from speakers and microphones. +a very small number of APIs. This is not a full-featured audio library - it is intended to be +used as a quick and easy way to connect to an audio device and deliver and capture audio data +from speakers and microphones. C/C++, single file, public domain.