diff --git a/examples/README.md b/examples/README.md
index fec709ade..6a366972f 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -77,8 +77,8 @@ Examples using raylib textures functionality, including image/textures loading/g
| 55 | [textures_bunnymark](textures/textures_bunnymark.c) |
| ray | |
| 56 | [textures_mouse_painting](textures/textures_mouse_painting.c) |
| [Chris Dill](https://github.com/MysteriousSpace) | |
| 57 | [textures_blend_modes](textures/textures_blend_modes.c) |
| [Karlo Licudine](https://github.com/accidentalrebel) | |
-| 58 | [textures/textures_draw_tiled](textures/textures_draw_tiled.c) |
| [Vlad Adrian](https://github.com/demizdor) | |
-| -- | [textures/textures_poly](textures/textures_poly.c) |
| [Chris Camacho](https://github.com/codifies) | ⭐️ |
+| 58 | [textures_draw_tiled](textures/textures_draw_tiled.c) |
| [Vlad Adrian](https://github.com/demizdor) | |
+| -- | [textures_poly](textures/textures_poly.c) |
| [Chris Camacho](https://github.com/codifies) | ⭐️ |
### category: text
@@ -96,7 +96,7 @@ Examples using raylib text functionality, including sprite fonts loading/generat
| 66 | [text_writing_anim](text/text_writing_anim.c) |
| ray | |
| 67 | [text_rectangle_bounds](text/text_rectangle_bounds.c) |
| [Vlad Adrian](https://github.com/demizdor) | |
| 68 | [text_unicode](text/text_unicode.c) |
| [Vlad Adrian](https://github.com/demizdor) | |
-| -- | [text/text_draw_3d](text/text_draw_3d.c) |
| [Vlad Adrian](https://github.com/demizdor) | ⭐️ |
+| -- | [text_draw_3d](text/text_draw_3d.c) |
| [Vlad Adrian](https://github.com/demizdor) | ⭐️ |
### category: models