From 3494a296032d8a128e86420c4bc93417b699c202 Mon Sep 17 00:00:00 2001 From: Ray Date: Tue, 21 Apr 2020 21:19:20 +0200 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 6380992f9..c516dbc22 100644 --- a/examples/README.md +++ b/examples/README.md @@ -185,7 +185,7 @@ Examples showing raylib misc functionality that does not fit in other categories |----|----------|--------|:----------:|:---:| | 113 | [raudio_standalone](others/raudio_standalone.c) | | ray | | | 114 | [rlgl_standalone](others/rlgl_standalone.c) | | ray | | -| 115 | [easings_testbed](others/easings_testbed.c) | | ray | | +| 115 | [easings_testbed](others/easings_testbed.c) | | [Juan Miguel López](https://github.com/flashback-fx) | | As always contributions are welcome, feel free to send new examples! Here it is an [examples template](examples_template.c) to start with!