From 2e7cbeb9952582e9235991e9a49e0933b3f42a8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Naz=C4=B1r=20Do=C4=9Fan?= Date: Sun, 24 Apr 2022 14:24:30 +0300 Subject: [PATCH] Update README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d8e6300..73e3321 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ yarn add @rnhooks/interaction-manager ### Usage ```js -import useCameraRoll from '@rnhooks/interaction-manager'; +import useInteractionManager from '@rnhooks/interaction-manager'; function App() { const interactionComplete = useInteractionManager();