From 2877d15e8d655f3359be71a06955fa4175c9102f Mon Sep 17 00:00:00 2001 From: Griko Nibras Date: Fri, 19 Nov 2021 09:53:40 +0700 Subject: [PATCH] fix(docs): resolve typo in readme example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 873df2f..fc566db 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ function App() { Component which wraps the children with its internal hooks. Use this if you do not want to declare another component and just wrap it. ```jsx -import { ToggleWrap } from "kodingdotninja/use-toggle"; +import { ToggleWrap } from "@kodingdotninja/use-toggle"; function App() { return (