diff --git a/readme.md b/readme.md index c09975d..0ed0f9f 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,8 @@ print(ansi_escape.color("fg", "red") + "Hello") ``` On the positive side that means that you easily can send output to a file using .write() or write it to the terminal using sys.stdout.write(). -You are not limited by the limitations of print(). +You are not limited by the limitations of print(). + Features: --------- SGR (Select Graphic Rendition)