From 689f3c086bfa55769c3dbaf002c6a9b0ca98fe5c Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 9 Jan 2020 13:26:26 +0100 Subject: [PATCH] Update README.md --- examples/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/examples/README.md b/examples/README.md index f1dff7fa5..b7bacbbeb 100644 --- a/examples/README.md +++ b/examples/README.md @@ -4,8 +4,9 @@ Examples using raylib core platform functionality like window creation, inputs, drawing modes and system functionality. -| ## | example | image | developer | recent | -|----|----------------------------------------------------------------------------|------------------------------------------------------------------------------------------------|---------------------------------------------------|--------| + +| ## | example | image | developer | new | +|----|----------|--------|:----------:|:------:| | 01 | [core_basic_window](examples/core/core_basic_window.c) | core_basic_window | ray | | | 02 | [core_input_keys](examples/core/core_input_keys.c) | core_input_keys | ray | | | 03 | [core_input_mouse](examples/core/core_input_mouse.c) | core_input_mouse | ray | |