We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c12893 commit ba179cdCopy full SHA for ba179cd
README.md
@@ -56,7 +56,7 @@ console.log(gradientArray);
56
Using 4 colors and 20 midpoints to generate an array of hex color values :
57
58
```javascript
59
-import colorGradient from "javascript-color-gradient";
+import Gradient from "javascript-color-gradient";
60
61
const gradientArray = new Gradient()
62
.setColorGradient("#3F2CAF", "#e9446a", "#edc988", "#607D8B")
0 commit comments