diff --git a/examples/README.md b/examples/README.md
index b7bacbbeb..dee3d54d7 100644
--- a/examples/README.md
+++ b/examples/README.md
@@ -4,9 +4,8 @@
Examples using raylib core platform functionality like window creation, inputs, drawing modes and system functionality.
-
| ## | example | image | developer | new |
-|----|----------|--------|:----------:|:------:|
+|----|----------|--------|:----------:|:---:|
| 01 | [core_basic_window](examples/core/core_basic_window.c) |
| ray | |
| 02 | [core_input_keys](examples/core/core_input_keys.c) |
| ray | |
| 03 | [core_input_mouse](examples/core/core_input_mouse.c) |
| ray | |
@@ -29,3 +28,25 @@ Examples using raylib core platform functionality like window creation, inputs,
| 20 | [core_vr_simulator](examples/core/core_vr_simulator.c) |
| ray | |
| 21 | [core_loading_thread](examples/core/core_loading_thread.c) |
| ray | ⭐️ |
| 22 | [core_scissor_test](examples/core/core_scissor_test.c) |
| [Chris Dill](https://github.com/MysteriousSpace) | ⭐️ |
+
+### category: shapes
+
+Examples using raylib shapes drawing functionality, mostly from [shapes](../src/shapes.c) module.
+
+| ## | example | image | developer | new |
+|----|----------|--------|:----------:|:---:|
+| 23 | [shapes_basic_shapes](examples/shapes/shapes_basic_shapes.c) |
| ray | |
+| 24 | [shapes_bouncing_ball](examples/shapes/shapes_bouncing_ball.c) |
| ray | ⭐️ |
+| 25 | [shapes_colors_palette](examples/shapes/shapes_colors_palette.c) |
| ray | |
+| 26 | [shapes_logo_raylib](examples/shapes/shapes_logo_raylib.c) |
| ray | |
+| 27 | [shapes_logo_raylib_anim](examples/shapes/shapes_logo_raylib_anim.c) |
| ray | |
+| 28 | [shapes_rectangle_scaling](examples/shapes/shapes_rectangle_scaling.c) |
| [Vlad Adrian](https://github.com/demizdor) | |
+| 29 | [shapes_lines_bezier](examples/shapes/shapes_lines_bezier.c) |
| ray | |
+| 30 | [shapes_collision_area](examples/shapes/shapes_collision_area.c) |
| ray | ⭐️ |
+| 31 | [shapes_following_eyes](examples/shapes/shapes_following_eyes.c) |
| ray | ⭐️ |
+| 32 | [shapes_easings_ball_anim](examples/shapes/shapes_easings_ball_anim.c) |
| ray | ⭐️ |
+| 33 | [shapes_easings_box_anim](examples/shapes/shapes_easings_box_anim.c) |
| ray | ⭐️ |
+| 34 | [shapes_easings_rectangle_array](examples/shapes/shapes_easings_rectangle_array.c) |
| ray | ⭐️ |
+| 35 | [shapes_draw_ring](examples/shapes/shapes_draw_ring.c) |
| [Vlad Adrian](https://github.com/demizdor) | ⭐️ |
+| 36 | [shapes_draw_circle_sector](examples/shapes/shapes_draw_circle_sector.c) |
| [Vlad Adrian](https://github.com/demizdor) | |
+| 37 | [shapes_draw_rectangle_rounded](examples/shapes/shapes_draw_rectangle_rounded.c) |
| [Vlad Adrian](https://github.com/demizdor) | |