2019.03.09 - updated readme

This commit is contained in:
fschmnn 2019-03-09 18:51:28 +01:00 committed by GitHub
parent 0565422c49
commit e0f3e655d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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