From 07b30c30af7309b396cfa458d30f54b38ef78808 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 21 Jul 2020 13:28:19 -0400 Subject: [PATCH] Fix tiny spelling mistake (#103) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f829cff..7640aa8 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ Styles can be loaded at runtime using raygui `GuiLoadStyle()` function. Simple a `raygui` supports custom icons provided as an external array of data. To support icons just define `RAYGUI_SUPPORT_ICONS` before including `raygui`. -A set of custom handcrafter icons is provided in [`riconsdata`](src/riconsdata.h). This set of icons can be created and customized using [rGuiIcons](https://raylibtech.itch.io/rguiicons) tool. +A set of custom handcrafted icons is provided in [`riconsdata`](src/riconsdata.h). This set of icons can be created and customized using [rGuiIcons](https://raylibtech.itch.io/rguiicons) tool.