diff --git a/examples/README.md b/examples/README.md index eaaaacdaf..61795a9c5 100644 --- a/examples/README.md +++ b/examples/README.md @@ -28,8 +28,8 @@ Examples using raylib core platform functionality like window creation, inputs, | 20 | [core_storage_values](core/core_storage_values.c) | core_storage_values | ray | | | 21 | [core_vr_simulator](core/core_vr_simulator.c) | core_vr_simulator | ray | | | 22 | [core_loading_thread](core/core_loading_thread.c) | core_loading_thread | ray | ⭐️ | -| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | core_loading_thread | [Chris Camacho](https://github.com/codifies) | ⭐️ | -| 24 | [core/core_window_flags](core/core_window_flags.c) | core_storage_values | ray | ⭐️ | | ⭐️ | +| 23 | [core/core_quat_conversion](core/core_quat_conversion.c) | core_quat_conversion | [Chris Camacho](https://github.com/codifies) | ⭐️ | +| 24 | [core/core_window_flags](core/core_window_flags.c) | core_window_flags | ray | ⭐️ | | ⭐️ | ### category: shapes @@ -137,7 +137,7 @@ Examples using raylib shaders functionality, including shaders loading, paramete | 94 | [shaders_julia_set](shaders/shaders_julia_set.c) | shaders_julia_set | [eggmund](https://github.com/eggmund) | | | 95 | [shaders_eratosthenes](shaders/shaders_eratosthenes.c) | shaders_eratosthenes | [ProfJski](https://github.com/ProfJski) | | | 96 | [shaders_fog](shaders/shaders_fog.c) | shaders_fog | [Chris Camacho](https://github.com/codifies) | | -| 97 | [shaders_simple_mask](shaders/shaders_simple_mask.c) | shaders_simple_mask | [Chris Camacho](https://github.com/codifies) | ⭐️ | +| 97 | [shaders_simple_mask](shaders/shaders_simple_mask.c) | shaders_simple_mask | [Chris Camacho](https://github.com/codifies) | | | 98 | [shaders_spotlight](shaders/shaders_spotlight.c) | shaders_spotlight | [Chris Camacho](https://github.com/codifies) | ⭐️ | | 99 | [shaders_hot_reloading](shaders/shaders_hot_reloading.c) | shaders_hot_reloading | ray | ⭐️ | | 100 | [shaders_rlgl_mesh_instanced](shaders/shaders_rlgl_mesh_instanced.c) | shaders_rlgl_mesh_instanced | [Chris Camacho](https://github.com/codifies) | ⭐️ |