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)