diff --git a/README.md b/README.md index ecde29a..2c41ec0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ pip install tmx2dataframe ## Usage ``` -import tmx2dataframe +from tmx2dataframe import tmx2dataframe metadata, df = tmx2dataframe.read("/path/to/tmxfile.tmx") ```