From 430d15cd2571be001207846888cddc389ca2ab5a Mon Sep 17 00:00:00 2001 From: David Reid Date: Mon, 5 Mar 2018 22:37:18 +1000 Subject: [PATCH] Minor rewording. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 081ce9aa..0f353903 100644 --- a/README.md +++ b/README.md @@ -144,7 +144,7 @@ single file libraries I can add to this list, let me know. Preferably public dom - [jar_mod](https://github.com/kd7tck/jar/blob/master/jar_mod.h) - [jar_xm](https://github.com/kd7tck/jar/blob/master/jar_xm.h) -To enable support for a decoder backend, all you need to do is #include the header section of the +To enable support for a decoding backend, all you need to do is #include the header section of the relevant backend library before the implementation of mini_al, like so: ```