aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2019-07-06 13:25:43 +0200
committerAndre Weissflog <floooh@gmail.com>2019-07-06 13:25:43 +0200
commit342afa9f52aab5c93411fc35e1e4981eaa867c11 (patch)
treed7c651fad850d208770177c10123927e79c19b4e /README.md
parentf5b8c02e4276e59b3e1e9643f714f0412677a40b (diff)
readme typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f6898e58..6539d880 100644
--- a/README.md
+++ b/README.md
@@ -304,7 +304,7 @@ static void init(void) {
// setup sokol-fetch with default config:
sfetch_setup(&(sfetch_desc_t){0});
- // start loading a file, provide at least a path and responce callback:
+ // start loading a file, provide at least a path and response callback:
sfetch_send(&(sfetch_request_t){
.path = "hello_world.txt",
.callback = response_callback