From 8b8f8b5b22adf515c36ae527585a521ffb104380 Mon Sep 17 00:00:00 2001 From: Mohamed Rashad Date: Sun, 5 Jun 2022 16:00:38 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") ```