diff --git a/README.md b/README.md index 89339d30..8ead369d 100644 --- a/README.md +++ b/README.md @@ -154,7 +154,7 @@ Here's a simpler table example: ```python from rich.console import Console -from rich.table import Column, Table +from rich.table import Table console = Console()