Skip to content

Commit

Permalink
Minor README correction
Browse files Browse the repository at this point in the history
  • Loading branch information
James Smith authored and James Smith committed Dec 18, 2024
1 parent 523d9c0 commit 33c1bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ These examples assume that ANSI formatting is enabled on the terminal. Refer to

Code:
```py
from ansi_string import AnsiString
from ansi_string import AnsiString, AnsiFormat
s = AnsiString('This string is red and bold', AnsiFormat.BOLD, AnsiFormat.RED)
print(s)
```
Expand Down

0 comments on commit 33c1bbe

Please sign in to comment.