We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c36840 commit 52fe20cCopy full SHA for 52fe20c
README.md
@@ -50,7 +50,7 @@ import {
50
classBeming
51
} from "react-classnaming"
52
53
-// Default export is the most frequently used function
+// Default export is the most simple function
54
import classNaming from "react-classnaming"
55
56
import type {
@@ -65,7 +65,7 @@ import type {
65
66
// `= {className: string}` – useful shortcut
67
ClassNamed
68
-} from "react-classnaming/types"
+} from "react-classnaming"
69
```
70
71
## Basic usage
0 commit comments