Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TolisSth authored Jan 15, 2024
1 parent 276224f commit 6c34728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 6c34728

Please sign in to comment.