diff --git a/README.md b/README.md index 29dcf01..ce36c12 100644 --- a/README.md +++ b/README.md @@ -115,6 +115,13 @@ s.CrossOut() s.Underline() s.Overline() +// Underline styles +s.Underline(output.Color("#ff0000")) +s.UnderCurl(output.Color("11")) +s.UnderDouble() +s.UnderDotted(output.Color("216")) +s.UnderDashed() + // Reverse swaps current fore- & background colors s.Reverse()