From e0f3e655d3058346d29f69c57ed9d5a71d005ae5 Mon Sep 17 00:00:00 2001 From: fschmnn <31562265+fschmnn@users.noreply.github.com> Date: Sat, 9 Mar 2019 18:51:28 +0100 Subject: [PATCH] 2019.03.09 - updated readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d68984..78870b1 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Python converter/calculator for the duodecimal numeral system (1,2,3,4,5,6,7,8,9 ## How to use ```python -from duodecimal import duo, binary +from BaseConverter import duo, binary ``` A duodecimal number can be initialized by passing a duodecimal number as a string or a decimal number as an int/float ```python