Skip to content

Commit

Permalink
Merge pull request #16 from ValerianSLB/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
VelizarVESSELINOV authored May 2, 2022
2 parents 842e6be + 666d8c9 commit 58f675a
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 @@ -59,7 +59,7 @@ scale, offset = conversion_factors(source='m', target='ft')
Convert a value from one unit to another

```Python
from uom import convert_value
from uom import convert

print(convert(value=10, source='m', target='ft'))
```
Expand Down

0 comments on commit 58f675a

Please sign in to comment.