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.
2 parents 1072a75 + 75dcb32 commit d3135aeCopy full SHA for d3135ae
README.md
@@ -46,8 +46,6 @@ puts Gradientty.vice("Hello Vice!")
46
# Custom gradient: any colors you want
47
custom = Gradientty.gradient(["#ff69b4", "#8a2be2", "#1e90ff"])
48
puts custom.multiline("Hello\nCustom Gradient!", true) # continuous across lines
49
-
50
-puts Gradientty.vice("Hello Vice!") # Vice-style gradient
51
```
52
53
## License
0 commit comments