From 0d5734c59c126db2e898742cf0370e542ccabcde Mon Sep 17 00:00:00 2001 From: Andre Weissflog Date: Mon, 8 Jul 2019 16:40:25 +0200 Subject: [PATCH] README: fix the sokol-fetch sample links doh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d56e8452..8f6e5a578 100644 --- a/README.md +++ b/README.md @@ -464,7 +464,7 @@ Mainly some "missing features" for desktop apps: - new header [sokol_fetch.h](https://github.com/floooh/sokol/blob/master/sokol_fetch.h) for asynchronously loading data. - make sure to carefully read the embedded documentation for making the best use of the header - - two new samples: [simple PNG file loadng with stb_image.h](https://floooh.github.io/sokol-html5/wasm/loadpng-sapp.html) and [MPEG1 streaming with pl_mpeg.h](https://floooh.github.io/sokol-html5/wasm/plmpeg-sapp.html) + - two new samples: [simple PNG file loadng with stb_image.h](https://floooh.github.io/sokol-html5/loadpng-sapp.html) and [MPEG1 streaming with pl_mpeg.h](https://floooh.github.io/sokol-html5/plmpeg-sapp.html) - sokol_gfx.h: increased SG_MAX_SHADERSTAGE_BUFFERS configuration constant from 4 to 8.