From c6fa7ee25717a59f63a3b17ad0cbc0e1708b6f91 Mon Sep 17 00:00:00 2001 From: David Reid Date: Sun, 5 May 2019 21:12:47 +1000 Subject: [PATCH] Minor update to the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 18b62df2..1cb98591 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ When loading a decoder, miniaudio uses a trial and error technique to find the a backend. This can be unnecessarily inefficient if the type is already known. In this case you can use the `_wav`, `_mp3`, etc. varients of the aforementioned initialization APIs: -```c +``` ma_decoder_init_wav() ma_decoder_init_mp3() ma_decoder_init_memory_wav()