diff options
| author | Andre Weissflog <floooh@gmail.com> | 2019-07-06 13:25:43 +0200 |
|---|---|---|
| committer | Andre Weissflog <floooh@gmail.com> | 2019-07-06 13:25:43 +0200 |
| commit | 342afa9f52aab5c93411fc35e1e4981eaa867c11 (patch) | |
| tree | d7c651fad850d208770177c10123927e79c19b4e /README.md | |
| parent | f5b8c02e4276e59b3e1e9643f714f0412677a40b (diff) | |
readme typo
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |