simple-merge-class-names 5.0.6 → 5.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ const MyComponent = () => {
|
|
|
80
80
|
};
|
|
81
81
|
```
|
|
82
82
|
|
|
83
|
-
Or for debugging purposes to fix
|
|
83
|
+
Or for [debugging purposes to fix console warnings](#using-mergeclassnamesdebugger-and-the-built-in-browser-debugger-to-find-and-fix-warnings):
|
|
84
84
|
|
|
85
85
|
- Open the _Browser's Developer Tools_ and
|
|
86
86
|
- Use `mergeClassNamesDebugger`
|