From 16ab8427e3d9aa5c5731f842e29c46b6cdd29c37 Mon Sep 17 00:00:00 2001 From: Multirious <77918086+Multirious@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:34:48 +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 bf9960d..ff6a1c6 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ Flexible tweening plugin for Bevy. This crate solves for tweening animation with the approach of integrating everything into Bevy's ECS, allowing you to exploits the already flexible ECS systems to tune -the animation process to your needs. +and extends the animation process to your needs. ## Differences The main motivation for this tweening crate is that the previous