Minor update to documentation.

This commit is contained in:
David Reid
2025-07-23 09:16:20 +10:00
parent 556160909e
commit 0b70a990ca
2 changed files with 13 additions and 16 deletions
+2 -2
View File
@@ -50,7 +50,7 @@ Examples
This example shows one way to play a sound using the high level API.
```c
#include "miniaudio.h"
#include "miniaudio/miniaudio.h"
#include <stdio.h>
@@ -78,7 +78,7 @@ int main()
This example shows how to decode and play a sound using the low level API.
```c
#include "miniaudio.h"
#include "miniaudio/miniaudio.h"
#include <stdio.h>