From 627cb282aca471342521f7786caad7e1f771b8fe Mon Sep 17 00:00:00 2001 From: Multirious <77918086+Multirious@users.noreply.github.com> Date: Thu, 21 Mar 2024 12:57:02 +0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6dee5b..c67b5bd 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ or [`bevy_easings`](https://github.com/vleue/bevy_easings): be freely accessed. - Makes a very extendable system, thanks Bevy's ECS! - Dependency injection. Components communicate through various specific components, - allowing you to extends the behavior to your needs. + allowing you to extends the behavior to your needs by supplying those components. - Users of this crate are free to decide if they want to only use generic, only trait object, or even both for tweening! They both came with their pros and cons which will be explained in the documentation.