From 37ced5fa4f8e265e217e816fc4735336dbea51df Mon Sep 17 00:00:00 2001 From: Julian Benegas Date: Fri, 21 Apr 2023 08:51:13 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7e6f5..73ccb72 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ A simple example of how this works: - `Root`: Creates timeline and scrollTrigger, provides React Context. - `Animation`: Appends an animation to the timeline. Receives a `tween` prop that will control how the animation behaves. -- `Waypoint`: Runs a callback or tween at a specific point in the timeline. Can also receive a `label` prop, thqt will create a GSAP label at that position. +- `Waypoint`: Runs a callback or tween at a specific point in the timeline. Can also receive a `label` prop, that will create a GSAP label at that position. - `RegisterGsapPlugins`: Registers custom GSAP plugins, if you need them for a specific use case. - `Parallax`: Helper to create a simple parallax. - `ImageSequenceCanvas`: Helper to create a simple image sequence animation.