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