We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f91d9c + e7bd54c commit b71eb57Copy full SHA for b71eb57
README.md
@@ -286,7 +286,7 @@ The function recieves 2 arguments: The knobs instance referece and the (auto)gen
286
## Install:
287
288
```
289
-npm i @yaireo/Knobs
+npm i @yaireo/knobs
290
291
292
**CDN source:**
@@ -322,7 +322,7 @@ const myKnobs = new Knobs({
322
})
323
324
myKnobs.color.format()
325
-``
+```
326
327
See [color-picker docs](https://github.com/yairEO/color-picker#helper-methods-exported-alongside-the-default-colorpicker)
328
0 commit comments