From 47b0b626760c02e2ae51a1d09f2e909aa9063a8b Mon Sep 17 00:00:00 2001 From: Franz Dietrich <dietrich@teilgedanken.de> Date: Sat, 6 Aug 2022 16:54:51 +0200 Subject: [PATCH] fix typo (#46) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b82d9c6..02352f0 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ App::default() ### Animate a component -Animate the transform position of an entity by creating a `Tween` animation for the tranform, and adding an `Animator` component with that tween: +Animate the transform position of an entity by creating a `Tween` animation for the transform, and adding an `Animator` component with that tween: ```rust // Create a single animation (tween) to move an entity. -- GitLab