From 77484cb19c1c912e84779d5ed7710fb6870213de Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 28 Jan 2020 18:32:48 +0100 Subject: [PATCH] Update README.md --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 801526311..6380992f9 100644 --- a/examples/README.md +++ b/examples/README.md @@ -111,7 +111,7 @@ Examples using raylib models functionality, including models loading/generation | 75 | [models_orthographic_projection](models/models_orthographic_projection.c) | models_orthographic_projection | [Max Danielsson](https://github.com/autious) | | | 76 | *TODO* | *TODO* | *TODO* | | | 77 | *TODO* | *TODO* | *TODO* | | -| 78 | [models_solar_system_rlgl](models/models_solar_system_rlgl.c) | models_solar_system_rlgl | ray | ⭐️ | +| 78 | [models_solar_system_rlgl](models/models_rlgl_solar_system.c) | models_rlgl_solar_system | ray | ⭐️ | | 79 | [models_yaw_pitch_roll](models/models_yaw_pitch_roll.c) | models_yaw_pitch_roll | [Berni](https://github.com/Berni8k) | | | 80 | [models_waving_cubes](models/models_waving_cubes.c) | models_waving_cubes | [codecat](https://github.com/codecat) | ⭐️ | | 81 | [models_heightmap](models/models_heightmap.c) | models_heightmap | ray | |