From 318072604649fde940d57501fab88ce7ba5e972b Mon Sep 17 00:00:00 2001 From: iuvbio Date: Sun, 22 Aug 2021 18:57:42 +0200 Subject: [PATCH] update package name --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e57bec9..8f72b47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -pandas_ods_reader +pandas-ods-reader === Provides a function to read in a **.ods** or **.fods** file and returns a pandas DataFrame. @@ -19,7 +19,7 @@ Dependencies Installation --- -`pip install pandas_ods_reader` +`pip install pandas-ods-reader` Usage ---