Skip to content
This repository was archived by the owner on Nov 17, 2025. It is now read-only.

Commit 2877d15

Browse files
author
Griko Nibras
authored
fix(docs): resolve typo in readme example
1 parent db17be5 commit 2877d15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function App() {
6363
Component which wraps the children with its internal hooks. Use this if you do not want to declare another component and just wrap it.
6464

6565
```jsx
66-
import { ToggleWrap } from "kodingdotninja/use-toggle";
66+
import { ToggleWrap } from "@kodingdotninja/use-toggle";
6767

6868
function App() {
6969
return (

0 commit comments

Comments
 (0)