aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-07-24 23:13:00 +0200
committerAndre Weissflog <floooh@gmail.com>2019-07-24 23:13:00 +0200
commit580a06ec968741ef994112be9014cd02dfa34b37 (patch)
tree95ece34b6729cccf2a0fa9d82e3debe1da23b3a7
parent10fc2c62678d446c2a5fa231ea617edc433cd90c (diff)
fix a README bug
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index c41ffbda..86bce518 100644
--- a/README.md
+++ b/README.md
@@ -291,7 +291,7 @@ int main() {
Load entire files, or stream data asynchronously over HTTP (emscripten/wasm)
or the local filesystem (all native platforms).
-Simple C99 example with a dynamically allocated buffer:
+Simple C99 example loading a file into a static buffer:
```c
#include "sokol_fetch.h"