From f20561c7c72e12c9db5de3c06896d00b0d2b3af6 Mon Sep 17 00:00:00 2001 From: Ahmed Hamed Date: Tue, 19 Sep 2023 11:49:50 +0300 Subject: [PATCH] fix: update import in usage section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99b282a..39e36d1 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Pass text and a typing direction into the component to control its animation. ```javascript import React, { Component } from "react"; -import TypeWriter from "react-native-typewriter"; +import TypeWriter from "@salesp07/react-native-typewriter"; class TypingText extends Component { render() {