Skip to content

Commit d3135ae

Browse files
committed
Merge branch 'master' of https://github.com/GalactHD/gradientty into feature/doc/fix/gradientty-refactor
2 parents 1072a75 + 75dcb32 commit d3135ae

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ puts Gradientty.vice("Hello Vice!")
4646
# Custom gradient: any colors you want
4747
custom = Gradientty.gradient(["#ff69b4", "#8a2be2", "#1e90ff"])
4848
puts custom.multiline("Hello\nCustom Gradient!", true) # continuous across lines
49-
50-
puts Gradientty.vice("Hello Vice!") # Vice-style gradient
5149
```
5250

5351
## License

0 commit comments

Comments
 (0)