From d5ad399cd7f2cd89a2a8f86a9d319294e4e7efa6 Mon Sep 17 00:00:00 2001 From: Multirious <77918086+Multirious@users.noreply.github.com> Date: Tue, 19 Mar 2024 10:39:46 +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 ff6a1c6..9eadfa4 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ or [`bevy_easings`](https://github.com/vleue/bevy_easings): - 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. -- Flexibility at a cost of verbosity. APIs can be more verbose than the mentioned +- Flexibility at the cost of verbosity. APIs can be more verbose than the mentioned crates without extra helpers. ## Feature gates