Skip to content

Commit 039e1c4

Browse files
committed
fix read me import statement
1 parent d81b364 commit 039e1c4

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
@@ -10,7 +10,7 @@ A React hook that reads the HTML element's dir attribute value and any updates t
1010

1111
```JavaScript
1212
import React from "react";
13-
import useLangDirection from "use-lang-direction";
13+
import { useLangDirection } from "use-lang-direction";
1414

1515
const App = () => {
1616
const langDir = useLangDirection();

0 commit comments

Comments
 (0)