From 24e16b52343ec5b69d1746ef95e895d91918529c Mon Sep 17 00:00:00 2001 From: David Reid Date: Sat, 14 Aug 2021 19:19:56 +1000 Subject: [PATCH] Minor change to wording in the readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a28c6ef..613807f5 100644 --- a/README.md +++ b/README.md @@ -89,7 +89,7 @@ int main(int argc, char** argv) } ``` -This example shows how to play a sound using the high level API +This example shows one way to play a sound using the high level API ```c #define MINIAUDIO_IMPLEMENTATION