From ca5abe5dcdf23c825d652b30e328be20e49c55ea Mon Sep 17 00:00:00 2001
From: 0xflotus <26602940+0xflotus@users.noreply.github.com>
Date: Wed, 31 Oct 2018 20:08:54 +0100
Subject: [PATCH] fixed requestAnimationFrame
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index de8b9705..ea0272c0 100644
--- a/README.md
+++ b/README.md
@@ -54,7 +54,7 @@
- [**Animations**](./docs/Animations.md)
- - [`useRaf`](./docs/useRaf.md) — re-renders component on each `reaquestAnimationFrame`.
+ - [`useRaf`](./docs/useRaf.md) — re-renders component on each `requestAnimationFrame`.
- [`useSpring`](./docs/useSpring.md) — interpolates number over time according to spring dynamics.
- [`useTimeout`](./docs/useTimeout.md) — returns true after a timeout.
- [`useTween`](./docs/useTween.md) — re-renders component, while tweening a number from 0 to 1. [![][img-demo]](https://codesandbox.io/s/52990wwzyl)