Skip to content

Commit ba179cd

Browse files
committed
change import name
1 parent 7c12893 commit ba179cd

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
@@ -56,7 +56,7 @@ console.log(gradientArray);
5656
Using 4 colors and 20 midpoints to generate an array of hex color values :
5757

5858
```javascript
59-
import colorGradient from "javascript-color-gradient";
59+
import Gradient from "javascript-color-gradient";
6060

6161
const gradientArray = new Gradient()
6262
.setColorGradient("#3F2CAF", "#e9446a", "#edc988", "#607D8B")

0 commit comments

Comments
 (0)