Minor update to the readme.

This commit is contained in:
David Reid
2019-05-05 21:12:47 +10:00
parent 7b9e3ca2b4
commit c6fa7ee257
+1 -1
View File
@@ -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()