From 34fb1c8b9693e9e9a26d54e4701b5151dcfdbae1 Mon Sep 17 00:00:00 2001 From: Fabio Date: Sun, 27 Apr 2025 09:28:58 +0200 Subject: [PATCH] Fixed a typo --- Easing_readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Easing_readme.md b/Easing_readme.md index 71b3233..3a2bb64 100644 --- a/Easing_readme.md +++ b/Easing_readme.md @@ -47,7 +47,7 @@ You can find the sollowing examples in the [Examples/Easing](Examples/Easing) fo - `Easing.hws` : This example is embedded in the source code, just include the library and call the function `tween.TEST()` to see how it works. - [BasicUsage.hws](Examples/Easing/BasicUsage.hws) : This is a very simple program that shows how to use tweens with only one animation running. -- [WorkingWithTweens.hws](Examples/Easing/WorkingWithTween.hws) : It's almost the same example embedded in the library source code under the function `tween.TEST()`. +- [WorkingWithTweens.hws](Examples/Easing/WorkingWithTweens.hws) : It's almost the same example embedded in the library source code under the function `tween.TEST()`. --- ## EASING FUNCTIONS