Skip to content

Commit

Permalink
fix(docs): resolve typo in readme example
Browse files Browse the repository at this point in the history
  • Loading branch information
Griko Nibras authored Nov 19, 2021
1 parent db17be5 commit 2877d15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 2877d15

Please # to comment.