diff --git a/README.md b/README.md
index b82d9c62ab6d6ba1c7ef0a3afffdeab4af8ac943..02352f0b31bbb1d82744aa77eabafecf61e52e3e 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.