aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2020-11-17 20:00:42 +0100
committerAndre Weissflog <floooh@gmail.com>2020-11-17 20:00:42 +0100
commit18dd8787124118a19c7b7cf23149c4145dd03590 (patch)
tree7b1d81b436998e16bb97ac69d8202cee9048883b
parent4669486811dd38d8bbc1b03278fa1cbacfe870c8 (diff)
minor readme tweak
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 44b2600b..81720c3f 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ Tiny 8-bit emulators: https://floooh.github.io/tiny8bit/
- [**sokol\_gfx\_imgui.h**](https://github.com/floooh/sokol/blob/master/util/sokol_gfx_imgui.h): debug-inspection UI for sokol_gfx.h (implemented with Dear ImGui)
- [**sokol\_debugtext.h**](https://github.com/floooh/sokol/blob/master/util/sokol_debugtext.h): a simple text renderer using vintage home computer fonts
- [**sokol\_memtrack.h**](https://github.com/floooh/sokol/blob/master/util/sokol_memtrack.h): easily track memory allocations in sokol headers
-- [**sokol\_shape.h**](https://github.com/floooh/sokol/blob/master/util/sokol_shape.h): generate simple shape geometries and plug them into sokol-gfx creation structs
+- [**sokol\_shape.h**](https://github.com/floooh/sokol/blob/master/util/sokol_shape.h): generate simple shapes and plug them into sokol-gfx resource creation structs
## Notes