Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaschon authored Dec 29, 2021
1 parent 7354721 commit 6a9c57d
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 @@ -58,7 +58,7 @@ print(Color("This is some text").bold().yellow()) # Create, chain and output in
### Add Example 1

```
obj1 = Color("This is some text").yellow().invert)
obj1 = Color("This is some text").yellow().invert()
obj2 = Color("This is some more text").magenta().blink()
print(obj1+obj2)
```
Expand Down

0 comments on commit 6a9c57d

Please sign in to comment.