diff --git a/README.md b/README.md index ecb969f..edb6ca2 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ pip install python-tables ``` ```py -from python-tables import Table +from tables import Table tbl = Table() print(tbl) # <>