go-colortext icon indicating copy to clipboard operation
go-colortext copied to clipboard

Changes in the documentation

Open odhs opened this issue 6 years ago • 0 comments

In the examples of usage in README.md:

ct.Foreground(Green, false)
ct.ChangeColor(Red, true, White, false)

BUT, it is working with "ct.":

ct.Foreground(ct.Green,ct. false)
ct.ChangeColor(ct.Red, true, ct.White, false)

Thank you and Congratulations! It works very well in both systems, linux and windows.

odhs avatar Aug 08 '18 18:08 odhs