From 6c34728f80ec746fd4f1459ec3f7f904d512f7dc Mon Sep 17 00:00:00 2001 From: Apostolos Halis <93685610+TolisSth@users.noreply.github.com> Date: Mon, 15 Jan 2024 14:10:58 +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 04c930a..8b4fb22 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The following are the descriptions of the functions and their required input. # Example usage After you install the library using the command `pip install /path/to/file/convertToDecimalTime_TolisSth-1.0.0-py3-none-any.whl` or `pip install convertToDecimalTime`, you can start using the library writing scripts like the following: ``` -from convert import getMinutes +from convertToDecimalTime import getMinutes x = int(input("Minutes: ")) print("Minutes: ", getMinutes(x))